PHP Class Puli\Repository\NullRepository
This repository can be used if you need to inject a repository instance in
some code, but you don't want that repository to do anything (for example
in tests).
Datei anzeigen
Open project: puli/repository
Class Usage Examples
Public Methods
Method Details
public add ( $path, $resource ) |
public contains ( $query, $language = 'glob' ) |
public find ( $query, $language = 'glob' ) |
getVersions()
public method
hasChildren()
public method
listChildren()
public method
public remove ( $query, $language = 'glob' ) |