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);
 }
 public function __construct()
 {
     parent::__construct();
     /**
      * Par défaut il est interdit de rajouter un éléments dans la liste
      */
     $this->setIsRightToAddToFalse();
 }
 public function __construct()
 {
     parent::__construct();
     $this->setAttributes(new AttributesInput());
 }