Dispatcher::getModel PHP 메소드

getModel() 추상적인 공개 메소드

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