Example #1
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('option', new Option(), $storage);
 }
Example #2
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('field', new Field(), $storage);
 }