PHP 클래스 Wallabag\CoreBundle\Twig\WallabagExtension

상속: extends Twig_Extension, implements Twig_Extension_GlobalsInterface
파일 보기 프로젝트 열기: wallabag/wallabag 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( EntryRepository $entryRepository, TagRepository $tagRepository, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, $lifeTime, Symfony\Component\Translation\TranslatorInterface $translator )
countEntries ( string $type ) : integer Return number of entries depending of the type (unread, archive, starred or all).
countTags ( ) : integer Return number of tags.
displayStats ( ) : string Display a single line about reading stats.
getFilters ( )
getFunctions ( )
getName ( )
removeWww ( $url )

메소드 상세

__construct() 공개 메소드

public __construct ( EntryRepository $entryRepository, TagRepository $tagRepository, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, $lifeTime, Symfony\Component\Translation\TranslatorInterface $translator )
$entryRepository Wallabag\CoreBundle\Repository\EntryRepository
$tagRepository Wallabag\CoreBundle\Repository\TagRepository
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
$translator Symfony\Component\Translation\TranslatorInterface

countEntries() 공개 메소드

Return number of entries depending of the type (unread, archive, starred or all).
public countEntries ( string $type ) : integer
$type string Type of entries to count
리턴 integer

countTags() 공개 메소드

Return number of tags.
public countTags ( ) : integer
리턴 integer

displayStats() 공개 메소드

Display a single line about reading stats.
public displayStats ( ) : string
리턴 string

getFilters() 공개 메소드

public getFilters ( )

getFunctions() 공개 메소드

public getFunctions ( )

getName() 공개 메소드

public getName ( )

removeWww() 공개 메소드

public removeWww ( $url )