PHP Class Newscoop\Service\Implementation\SyncResourceServiceDoctrine

Inheritance: extends AEntityServiceDoctrine, implements Newscoop\Service\ISyncResourceService
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
clearAllFor ( $path )
findByPath ( $path )
findByPathOrId ( $pathOrId )
getResource ( $name, $path )
getSynchronized ( Resource $resource ) * ---------------------------------------------------------------
getThemePath ( $themePath )

Méthodes protégées

Méthode Description
_init_ ( ) * ---------------------------------------------------------------
_map ( SearchResource $s, Column $col )
map ( Search $search, Column $column ) * ---------------------------------------------------------------

Method Details

_init_() protected méthode

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

_map() protected méthode

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

clearAllFor() public méthode

public clearAllFor ( $path )

findByPath() public méthode

public findByPath ( $path )

findByPathOrId() public méthode

public findByPathOrId ( $pathOrId )

getResource() public méthode

public getResource ( $name, $path )

getSynchronized() public méthode

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

getThemePath() public méthode

public getThemePath ( $themePath )

map() protected méthode

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