public function __construct(Model $model, &$options) { $this->includes_with_class_name_element = true; parent::__construct($model, $options); }
public function __construct(Model $model, &$options) { $this->includesWithClassNameElement = true; parent::__construct($model, $options); }
/** * @deprecated */ public function set_date_format($format) { trigger_error('Use ActiveRecord\\Serialization::$DATETIME_FORMAT. Config::set_date_format() has been deprecated.', E_USER_DEPRECATED); Serialization::$DATETIME_FORMAT = $format; }
/** * DEPRECATED */ public function set_date_format($format) { error_log('DEPRECATION WARNING: Config::set_date_format() has been deprecated and will be removed in a future version. Please use ActiveRecord\\Serialization::$DATETIME_FORMAT instead.'); Serialization::$DATETIME_FORMAT = $format; }