PHP 클래스 Invoker\CallableResolver

저자: Matthieu Napoli ([email protected])
파일 보기 프로젝트 열기: mnapoli/invoker 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Interop\Container\ContainerInterface $container )
resolve ( callable | string | array $callable ) : callable Resolve the given callable into a real PHP callable.

비공개 메소드들

메소드 설명
isStaticCallToNonStaticMethod ( mixed $callable ) : boolean Check if the callable represents a static call to a non-static method.
resolveFromContainer ( callable | string | array $callable ) : callable

메소드 상세

__construct() 공개 메소드

public __construct ( Interop\Container\ContainerInterface $container )
$container Interop\Container\ContainerInterface

resolve() 공개 메소드

Resolve the given callable into a real PHP callable.
public resolve ( callable | string | array $callable ) : callable
$callable callable | string | array
리턴 callable Real PHP callable.