Ejemplo n.º 1
0
 /**
  * Get the value type.
  *
  * @return string
  */
 public function type()
 {
     return $this->value->getType();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function getType()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', array());
     return parent::getType();
 }