PHP 클래스 Newscoop\NewscoopBundle\Routing\PluginsLoader

상속: extends Symfony\Component\Config\Loader\Loader
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$container
$loaded
$pluginsManager Newscoop\Services\Plugins\ManagerService

공개 메소드들

메소드 설명
__construct ( $pluginsManager, $container )
load ( $resource, $type = null )
supports ( $resource, $type = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $pluginsManager, $container )

load() 공개 메소드

public load ( $resource, $type = null )

supports() 공개 메소드

public supports ( $resource, $type = null )

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected $container

$loaded 보호되어 있는 프로퍼티

protected $loaded

$pluginsManager 보호되어 있는 프로퍼티

protected ManagerService,Newscoop\Services\Plugins $pluginsManager
리턴 Newscoop\Services\Plugins\ManagerService