rootDoc::options PHP Méthode

options() public méthode

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