Ejemplo 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);
 }
Ejemplo n.º 2
0
 /**
  * Sets the units. defaults to "px"
  * @param string $units Units
  */
 public function setUnits($units)
 {
     $this->units->setValue($units);
 }