PHP 클래스 Eko\FeedBundle\Feed\FeedManager

This class manage feeds specified in configuration file
저자: Vincent Composieux ([email protected])
상속: use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
파일 보기 프로젝트 열기: eko/feedbundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config array
$feeds array
$formatters array
$router Symfony\Component\Routing\RouterInterface

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\RouterInterface $router, array $config, array $formatters ) Constructor.
get ( string $feedName ) : Eko\FeedBundle\Feed\Feed Return specified Feed instance if exists.
has ( string $feed ) : boolean Check if feed exists in configuration under 'feeds' node.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\Routing\RouterInterface $router, array $config, array $formatters )
$router Symfony\Component\Routing\RouterInterface A Symfony router instance
$config array Configuration settings
$formatters array Feed formatters list

get() 공개 메소드

Return specified Feed instance if exists.
public get ( string $feedName ) : Eko\FeedBundle\Feed\Feed
$feedName string
리턴 Eko\FeedBundle\Feed\Feed

has() 공개 메소드

Check if feed exists in configuration under 'feeds' node.
public has ( string $feed ) : boolean
$feed string Feed name
리턴 boolean

프로퍼티 상세

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

protected array $config
리턴 array

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

protected array $feeds
리턴 array

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

protected array $formatters
리턴 array

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

protected RouterInterface,Symfony\Component\Routing $router
리턴 Symfony\Component\Routing\RouterInterface