rootDoc::options PHP Метод

options() публичный Метод

Return a reference to the set options.
public options ( ) : str[]
Результат str[] An array of strings.
    function &options()
    {
        return $this->_phpdoctor->options();
    }