PHP 클래스 Newscoop\Entity\Repository\TemplateRepository

상속: extends Doctrine\ORM\EntityRepository
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$basePath string

공개 메소드들

메소드 설명
delete ( string $key ) : void Delete template
flush ( )
formatKey ( string $key ) : string Format key
getTemplate ( string $key ) : Template Get template for given key
isUsed ( string $key ) : boolean Test is used
save ( Template $template, array $values ) : void Save template
setBasePath ( string $path ) : Newscoop\Entity\Repository\TemplateRepository Set base path
updateKey ( string $old, string $new ) : void Update key

메소드 상세

delete() 공개 메소드

Delete template
public delete ( string $key ) : void
$key string
리턴 void

flush() 공개 메소드

public flush ( )

formatKey() 공개 메소드

Format key
public formatKey ( string $key ) : string
$key string
리턴 string

getTemplate() 공개 메소드

Get template for given key
public getTemplate ( string $key ) : Template
$key string
리턴 Newscoop\Entity\Template

isUsed() 공개 메소드

Test is used
public isUsed ( string $key ) : boolean
$key string
리턴 boolean

save() 공개 메소드

Save template
public save ( Template $template, array $values ) : void
$template Newscoop\Entity\Template
$values array
리턴 void

setBasePath() 공개 메소드

Set base path
public setBasePath ( string $path ) : Newscoop\Entity\Repository\TemplateRepository
$path string
리턴 Newscoop\Entity\Repository\TemplateRepository

updateKey() 공개 메소드

Update key
public updateKey ( string $old, string $new ) : void
$old string
$new string
리턴 void

프로퍼티 상세

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

protected string $basePath
리턴 string