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