프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_Container | Dependency injection container. |
메소드 | 설명 | |
---|---|---|
__construct ( |
Constructor. | |
hasProvider ( string $url ) : boolean | Tells if a provider can handle the given url. | |
providers ( string $url ) : array | Finds providers of the given url. |
메소드 | 설명 | |
---|---|---|
_matches ( string | callable $filter, string $url ) : boolean | Tells if an URL matches a filter. |
public __construct ( |
||
$Container | Dependency injection container used to build providers. |
public hasProvider ( string $url ) : boolean | ||
$url | string | An url which may be extracted. |
리턴 | boolean | The url provider if any, otherwise null. |