/**
  * コンストラクタ。
  *
  * @author Naomichi Yamakita <*****@*****.**>
  */
 public function __construct()
 {
     $helperConfig = Mars_Config::load(Mars_Config::YAML_GLOBAL_HELPERS, 'html');
     $this->_contentsBaseURI = Mars_Config::loadProperties('mixi.contentsBaseURI');
     parent::__construct($helperConfig);
 }