rootDoc::sources PHP Method

sources() public method

Return a reference to the source files to be documented.
public sources ( ) : str[]
return str[]
    function &sources()
    {
        return $this->_sources;
    }