AppBundle\Entity\Comment::getContent PHP 메소드

getContent() 공개 메소드

public getContent ( )
    public function getContent()
    {
        return $this->content;
    }

Usage Example

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