PHP 클래스 Baikal\ViewComponentsBundle\Twig\BaikalExtension

상속: extends Twig_Extension
파일 보기 프로젝트 열기: fruux/Baikal2

보호된 프로퍼티들

프로퍼티 타입 설명
$container

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
accord ( $string, $count )
closure ( $closure )
config ( $configname = null ) # Returns the config Service, not the ConfigContainer entity
eventcountforcalendar ( Baikal\ModelBundle\Entity\Calendar $calendar )
getFunctions ( )
getName ( )
gravatarurl ( $email, $width = 200 )
pluralize ( $string )
singularize ( $string )
systemstatus ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

accord() 공개 메소드

public accord ( $string, $count )

closure() 공개 메소드

public closure ( $closure )

config() 공개 메소드

# Returns the config Service, not the ConfigContainer entity
public config ( $configname = null )

eventcountforcalendar() 공개 메소드

public eventcountforcalendar ( Baikal\ModelBundle\Entity\Calendar $calendar )
$calendar Baikal\ModelBundle\Entity\Calendar

getFunctions() 공개 메소드

public getFunctions ( )

getName() 공개 메소드

public getName ( )

gravatarurl() 공개 메소드

public gravatarurl ( $email, $width = 200 )

pluralize() 공개 메소드

public pluralize ( $string )

singularize() 공개 메소드

public singularize ( $string )

systemstatus() 공개 메소드

public systemstatus ( )

프로퍼티 상세

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

protected $container