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

getEntityClass() 공개 정적인 메소드

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