/home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Dependencies/Database
NameSizeModeActions
Queries/-0755rm
Base.php75250644editdlrm
Column.php245700644editdlrm
Query.php793640644editdlrm
Row.php14280644editdlrm
Schema.php19390644editdlrm
Table.php199110644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php (1428B)
init( $item ); } } /** * Initialize class properties based on data array. * * @since 1.0.0 * * @param array $data */ private function init( $data = array() ) { $this->set_vars( $data ); } /** * Determines whether the current row exists. * * @since 1.0.0 * * @return bool */ public function exists() { return ! empty( $this->id ); } }