Atrauzzi\LaravelDoctrine\ConfigMappingDriver::getAllClassNames PHP 메소드

getAllClassNames() 공개 메소드

Gets the names of all mapped classes known to this driver.
public getAllClassNames ( ) : array
리턴 array The names of all mapped classes known to this driver.
    public function getAllClassNames()
    {
        return array_keys(config('doctrine.mappings', []));
    }