コード例 #1
0
 /**
  * @return string
  */
 public function alternateComment()
 {
     return $this->templateProperty->getAlternateComment();
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public function getAlternateComment()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAlternateComment', array());
     return parent::getAlternateComment();
 }