<?php

defined('MBQ_IN_IT') or exit;

MbqMain::$oClk->includeClass('MbqBaseActGetBoxInfo');

/**
 * get_box_info action
 */
Class MbqActGetBoxInfo extends MbqBaseActGetBoxInfo {
    
    public function __construct() {
        parent::__construct();
    }
    
    /**
     * action implement
     */
    public function actionImplement($in) {
        parent::actionImplement($in);
    }
  
}
