PHP 클래스 Newscoop\Service\Implementation\SyncResourceServiceDoctrine

상속: extends AEntityServiceDoctrine, implements Newscoop\Service\ISyncResourceService
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
clearAllFor ( $path )
findByPath ( $path )
findByPathOrId ( $pathOrId )
getResource ( $name, $path )
getSynchronized ( Resource $resource ) * ---------------------------------------------------------------
getThemePath ( $themePath )

보호된 메소드들

메소드 설명
_init_ ( ) * ---------------------------------------------------------------
_map ( SearchResource $s, Column $col )
map ( Search $search, Column $column ) * ---------------------------------------------------------------

메소드 상세

_init_() 보호된 메소드

* ---------------------------------------------------------------
protected _init_ ( )

_map() 보호된 메소드

protected _map ( SearchResource $s, Column $col )
$s Newscoop\Service\Model\SearchResource
$col Newscoop\Service\Model\Search\Column

clearAllFor() 공개 메소드

public clearAllFor ( $path )

findByPath() 공개 메소드

public findByPath ( $path )

findByPathOrId() 공개 메소드

public findByPathOrId ( $pathOrId )

getResource() 공개 메소드

public getResource ( $name, $path )

getSynchronized() 공개 메소드

* ---------------------------------------------------------------
public getSynchronized ( Resource $resource )
$resource Newscoop\Entity\Resource

getThemePath() 공개 메소드

public getThemePath ( $themePath )

map() 보호된 메소드

* ---------------------------------------------------------------
protected map ( Search $search, Column $column )
$search Newscoop\Service\Model\Search\Search
$column Newscoop\Service\Model\Search\Column