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

getEntityName() public static méthode

public static getEntityName ( $entityType )
    public static function getEntityName($entityType)
    {
        return ucwords(Utils::toCamelCase($entityType));
    }