Gregwar\RST\Kernel::getClass PHP Method

getClass() public method

Gets the class for the given name
public getClass ( $name )
    public function getClass($name)
    {
        return 'Gregwar\\RST\\' . $this->getName() . '\\' . $name;
    }