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

__call() public méthode

Provides three methods - findBy($value, $caseSensitive = TRUE, $cacheResult = FALSE) - findOneBy($value, $caseSensitive = TRUE, $cacheResult = FALSE) - countBy($value, $caseSensitive = TRUE)
public __call ( string $method, array $arguments ) : mixed
$method string Name of the method
$arguments array The arguments
Résultat mixed The result of the repository method
    public function __call($method, $arguments);