Nette\PhpGenerator\Property::getDocuments PHP Метод

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

Устаревший:
public getDocuments ( )
    public function getDocuments()
    {
        trigger_error(__METHOD__ . '() is deprecated, use similar getComment()', E_USER_DEPRECATED);
        return $this->comment ? [$this->comment] : [];
    }