Contao\Module::getModel PHP Method

getModel() public method

Return the model
public getModel ( ) : Model
return Model
    public function getModel()
    {
        return $this->objModel;
    }