App\Libraries\Utils::getEntityName PHP 메소드

getEntityName() 공개 정적인 메소드

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