phpDoctor::docletPath PHP Method

docletPath() public method

Return the path PHPDoctor is running from.
public docletPath ( ) : str
return str
    public function docletPath()
    {
        //return $this->makeAbsolutePath($this->fixPath($this->_docletPath).$this->fixPath($this->_doclet), $this->_path);
        return realpath($this->fixPath($this->_docletPath) . $this->fixPath($this->_doclet)) . '/';
    }