コード例 #1
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('author', new Author(), $storage);
 }
コード例 #2
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('article_category', new ArticleCategory(), $storage);
 }
コード例 #3
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('article', new Article(), $storage);
 }
コード例 #4
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('comment', new Comment(), $storage);
 }