Nette\PhpGenerator\Property::getDocuments PHP Method

getDocuments() public method

Deprecation:
public getDocuments ( )
    public function getDocuments()
    {
        trigger_error(__METHOD__ . '() is deprecated, use similar getComment()', E_USER_DEPRECATED);
        return $this->comment ? [$this->comment] : [];
    }