Back to ModuleDispatcherFactory class

Method __construct

public
__construct
(string $namespace)
ComponentDispatcherFactory constructor.
Parameters
  • string $namespace The namespace
Since
  • 4.0.0

Method __construct - Source code

/**
 * ComponentDispatcherFactory constructor.
 *
 * @param   string  $namespace  The namespace
 *
 * @since   4.0.0
 */
public function __construct(string $namespace)
{
    $this->namespace = $namespace;
}