Dispatcher::getModel PHP Method

getModel() abstract public method

Generate the data structure used by the frontend component.
abstract public getModel ( string $name ) : array
$name string of the component
return array
    public abstract function getModel($name);