/**
  * {@inheritDoc}
  */
 public function getType($textual = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', array($textual));
     return parent::getType($textual);
 }