Documentation

ComponentFactory
in package

Table of Contents

Properties

$logger  : LoggerInterface

Methods

__construct()  : mixed
create()  : Component
fromSchema()  : Component

Properties

Methods

__construct()

public __construct(LoggerInterface $logger) : mixed
Parameters
$logger : LoggerInterface

create()

public create(string $path, string $namespace[, null|string|Type $baseType = null ][, string|null $description = null ]) : Component
Parameters
$path : string

Relative path to class from BaseMapper->getBasePath()

$namespace : string
$baseType : null|string|Type = null
$description : string|null = null
Return values
Component

        
On this page

Search results