App\Libraries\Utils::getEntityClass PHP Méthode

getEntityClass() public static méthode

public static getEntityClass ( $entityType )
    public static function getEntityClass($entityType)
    {
        return 'App\\Models\\' . static::getEntityName($entityType);
    }