Esempio n. 1
0
 public function __construct($namePath = array())
 {
     parent::__construct($namePath);
     $this->allowStringValues = false;
     $this->allowIntegerValues = false;
 }
Esempio n. 2
0
 public function __construct($namePath = array(), Field $itemField = null)
 {
     parent::__construct($namePath);
     $this->itemField = $itemField;
 }
Esempio n. 3
0
 public function __construct($namePath, $dateFormat)
 {
     parent::__construct($namePath);
     $this->dateFormat = $dateFormat;
 }