Nette\PhpGenerator\Property::addDocument PHP 메소드

addDocument() 공개 메소드

사용 중단:
public addDocument ( $s )
    public function addDocument($s)
    {
        trigger_error(__METHOD__ . '() is deprecated, use addComment()', E_USER_DEPRECATED);
        return $this->addComment($s);
    }