class ComponentFactory

Component factory class

Constants

COMPONENT_RENDER_CLASSES

Component render classes

Methods

static ComponentInterface
create(string $name, string $language, string $type, string $viewPath, string $extensionsPath, string $primaryTemplate)

Create view component

Details

at line 43
static ComponentInterface create(string $name, string $language, string $type, string $viewPath, string $extensionsPath, string $primaryTemplate)

Create view component

Parameters

string $name
string $language
string $type
string $viewPath
string $extensionsPath
string $primaryTemplate

Return Value

ComponentInterface