Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setAttributes(new AttributesTextArea());
     $this->getAttributes()->getCols()->setValue(self::DEFAULT_COLS_SIZE);
     $this->getAttributes()->getRows()->setValue(self::DEFAULT_ROWS_SIZE);
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     /**
      * Par défaut il est interdit de rajouter un éléments dans la liste
      */
     $this->setIsRightToAddToFalse();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setAttributes(new AttributesInput());
 }