Bravo3\Orm\Services\EntityLocator::getNormaliser PHP Méthode

getNormaliser() public méthode

By default this will return a callback that will simply strip the file extension from the input. If you have a more complex filename structure you can account for it using the #setNormaliser() function (see docblock). However be aware that you're probably not PSR compliant if you need to do this.
public getNormaliser ( ) : callable
Résultat callable
    public function getNormaliser()
    {
        return $this->normaliser;
    }