Ejemplo n.º 1
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('option', new Option(), $storage);
 }
Ejemplo n.º 2
0
 public function __construct(StorageORMInterface $storage)
 {
     parent::__construct('field', new Field(), $storage);
 }