createResolver() public method

Create a component resolver.
public createResolver ( ) : Components_Component_Resolver
return Components_Component_Resolver The component resolver.
Ejemplo n.º 1
0
 /**
  * Return the dependency in its component representation.
  *
  * @param array $options The options for resolving the component.
  *
  * @return Component_Component The component.
  */
 public function getComponent($options = array())
 {
     return $this->_factory->createResolver()->resolveDependency($this, $options);
 }