Пример #1
0
 public function getAdapter()
 {
     return parent::getAdapter();
 }
Пример #2
0
 public function getAction()
 {
     return parent::getAction();
 }
Пример #3
0
 protected function __configure()
 {
     parent::getAttributeContainer()->add(array('name' => 'name', 'description' => 'Project name'))->add(array('name' => 'description', 'description' => 'Project description'))->add(array('name' => 'directories', 'description' => 'Project directories'))->add(array('name' => 'documentRoot', 'description' => 'Project document root'))->add(array('name' => 'modules', 'description' => 'Project modules', 'multiple' => TRUE, 'item' => 'module'))->add(array('name' => 'templates', 'description' => 'Templates (at a project level)'))->add(array('name' => 'fragments', 'description' => 'Fragments (at a project level)', 'multiple' => TRUE, 'item' => 'fragment'))->add(array('name' => 'assets', 'description' => 'Project assets', 'multiple' => TRUE, 'item' => 'asset'))->add(array('name' => 'connections', 'description' => 'Project connections', 'multiple' => TRUE, 'item' => 'connection'));
 }
Пример #4
0
 public function getLoadInFooter()
 {
     return parent::loadInFooter();
 }
Пример #5
0
 public function __configure()
 {
     parent::getAttributeContainer()->add(array('name' => 'title', 'description' => 'Form title'))->add(array('name' => 'action', 'description' => 'Form action', 'validate' => FALSE))->add(array('name' => 'layout', 'description' => 'Form layout'))->add(array('name' => 'elements', 'item' => 'element', 'description' => 'Elements composing this form', 'multiple' => TRUE));
 }
Пример #6
0
 public function getConnection()
 {
     return parent::getConnection();
 }
Пример #7
0
 public function getController()
 {
     return parent::getController();
 }
Пример #8
0
 public function addSection(Section $section)
 {
     $this->sections[$section->getName()] = $section;
     return $this->sections[$section->getName()];
 }
Пример #9
0
 public function getName()
 {
     return parent::getName();
 }
Пример #10
0
 public function getModule()
 {
     return parent::getModule();
 }