Exemple #1
0
 /**
  * Applies default values to this object.
  * This method should be called from the object's constructor (or
  * equivalent initialization method).
  * @see        __construct()
  */
 public function applyDefaultValues()
 {
     parent::applyDefaultValues();
     $this->setType(assetType::THUMBNAIL);
 }
Exemple #2
0
 public function applyDefaultValues()
 {
     parent::applyDefaultValues();
     $this->setType(CaptionPlugin::getAssetTypeCoreValue(CaptionAssetType::CAPTION));
 }
 /**
  * Applies default values to this object.
  * This method should be called from the object's constructor (or
  * equivalent initialization method).
  * @see        __construct()
  */
 public function applyDefaultValues()
 {
     parent::applyDefaultValues();
     $this->setType(assetType::FLAVOR);
 }