Exemplo n.º 1
0
 /**
  *
  * @param string $name
  * @param string $label
  */
 public function __construct($name, $label = null)
 {
     parent::__construct($name, $label);
     $this->remove = \Simplify\Form::ACTION_VIEW ^ \Simplify\Form::ACTION_LIST;
 }
Exemplo n.º 2
0
 /**
  *
  * @return void
  */
 public function __construct($name, $label = false)
 {
     parent::__construct($name, $label);
 }
Exemplo n.º 3
0
 /**
  *
  * @param unknown_type $name
  * @param unknown_type $label
  */
 public function __construct($name, $label = null)
 {
     parent::__construct($name, $label);
     $this->path = \Simplify::config()->get('files:path');
 }