コード例 #1
0
ファイル: ExtensionInfo.php プロジェクト: jivoo/jivoo
 /**
  * {@inheritdoc}
  */
 public function getModel()
 {
     return ExtensionModel::getInstance();
 }
コード例 #2
0
ファイル: ThemeModel.php プロジェクト: jivoo/jivoo
 /**
  * Construct model.
  * @param string $name Name of model.
  */
 public function __construct($name = 'Theme')
 {
     parent::__construct($name);
     $this->addField('screenshot', tr('Screenshot'), DataType::string());
 }