Atrauzzi\LaravelDoctrine\ConfigMappingDriver::isTransient PHP Méthode

isTransient() public méthode

This is only the case if it is either mapped as an Entity or a MappedSuperclass.
public isTransient ( string $className ) : boolean
$className string
Résultat boolean
    public function isTransient($className)
    {
        return array_key_exists($className, config('doctrine.mappings', []));
    }