Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getModel()
 {
     return ExtensionModel::getInstance();
 }
Example #2
0
 /**
  * Construct model.
  * @param string $name Name of model.
  */
 public function __construct($name = 'Theme')
 {
     parent::__construct($name);
     $this->addField('screenshot', tr('Screenshot'), DataType::string());
 }