rootDoc::options PHP Method

options() public method

Return a reference to the set options.
public options ( ) : str[]
return str[] An array of strings.
    function &options()
    {
        return $this->_phpdoctor->options();
    }