Nette\PhpGenerator\PhpFile::getDocuments PHP Méthode

getDocuments() public méthode

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