Bravo3\Orm\Services\EntityLocator::getNormaliser PHP 메소드

getNormaliser() 공개 메소드

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
리턴 callable
    public function getNormaliser()
    {
        return $this->normaliser;
    }