Neos\Flow\Persistence\RepositoryInterface::findByIdentifier PHP Méthode

findByIdentifier() public méthode

Finds an object matching the given identifier.
public findByIdentifier ( mixed $identifier ) : object
$identifier mixed The identifier of the object to find
Résultat object The matching object if found, otherwise NULL
    public function findByIdentifier($identifier);