App\Libraries\Utils::getEntityName PHP Method

getEntityName() public static method

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