Nette\PhpGenerator\Property::addDocument PHP Method

addDocument() public method

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