Method | Description | |
---|---|---|
find ( mixed $id ) : object | null | Finds an object by its primary key / identifier. | |
findAll ( ) : array | Finds all objects in the repository. | |
findBy ( array $criteria, array $orderBy = null, integer | null $limit = null, integer | null $offset = null ) : array | Finds objects by a set of criteria. | |
findOneBy ( array $criteria ) : object | null | Finds a single object by a set of criteria. | |
getClassName ( ) : string | Returns the class name of the object managed by the repository. |
public getClassName ( ) : string | ||
return | string |