phpDocumentor\Reflection\DocBlock\Tag\ReturnTag::getCotnent PHP Метод

getCotnent() публичный Метод

public getCotnent ( )
    public function getCotnent()
    {
        if (null === $this->content) {
            $this->content = "{$this->type} {$this->description}";
        }
        return $this->cotnent;
    }