Prado\TModule::getID PHP Method

getID() public method

public getID ( ) : string
return string id of this module
    public function getID()
    {
        return $this->_id;
    }