Nette\PhpGenerator\Property::addDocument PHP Méthode

addDocument() public méthode

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