PHP 인터페이스 Sulu\Bundle\TagBundle\Tag\TagRepositoryInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
findAllTags ( ) : array Searches for all roles.
findTagById ( integer $id ) : Tag Finds the tag with the given ID.
findTagByName ( string $name ) : mixed Finds the tag with the given name.

메소드 상세

findAllTags() 공개 메소드

Searches for all roles.
public findAllTags ( ) : array
리턴 array

findTagById() 공개 메소드

Finds the tag with the given ID.
public findTagById ( integer $id ) : Tag
$id integer
리턴 Sulu\Bundle\TagBundle\Entity\Tag

findTagByName() 공개 메소드

Finds the tag with the given name.
public findTagByName ( string $name ) : mixed
$name string
리턴 mixed