Exemplo n.º 1
0
 /**
  * Create a new EDataType instance
  * @param string $init Initial value
  * @param boolean $strict Use strict type checking
  */
 public function __construct($init = '')
 {
     parent::__construct($init);
 }