App\Libraries\Utils::getEntityClass PHP Method

getEntityClass() public static method

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