PHP Class Newscoop\Service\Implementation\SyncResourceServiceDoctrine

Inheritance: extends AEntityServiceDoctrine, implements Newscoop\Service\ISyncResourceService
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

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

Protected Methods

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

Method Details

_init_() protected method

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

_map() protected method

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

clearAllFor() public method

public clearAllFor ( $path )

findByPath() public method

public findByPath ( $path )

findByPathOrId() public method

public findByPathOrId ( $pathOrId )

getResource() public method

public getResource ( $name, $path )

getSynchronized() public method

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

getThemePath() public method

public getThemePath ( $themePath )

map() protected method

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