コード例 #1
0
ファイル: OptionRepository.php プロジェクト: xshifty/field
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('option', new Option(), $storage);
 }
コード例 #2
0
ファイル: FieldRepository.php プロジェクト: xshifty/field
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('field', new Field(), $storage);
 }