createResolver() 공개 메소드

Create a component resolver.
public createResolver ( ) : Components_Component_Resolver
리턴 Components_Component_Resolver The component resolver.
예제 #1
0
파일: Dependency.php 프로젝트: horde/horde
 /**
  * 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);
 }