/**
  * @return PropertyRepresentation
  */
 public function property()
 {
     return $this->getAdapter('properties')->getRepresentation($this->templateProperty->getProperty());
 }
 /**
  * {@inheritDoc}
  */
 public function getProperty()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProperty', array());
     return parent::getProperty();
 }