示例#1
0
 static function get($layout_name)
 {
     if (DEBUG_MODE) {
         global $logger;
         $parent = isset(static::$layouts[$layout_name]) ? static::$layouts[$layout_name]['parent'] . ':' . static::$layouts[$layout_name]['id'] : $layout_name . SCRIPT_EXTENSION;
         $logger('DEBUG', str_repeat('  ', count(static::$scope)) . $layout_name . ($parent ? " ({$parent})" : ''));
     }
     return parent::get($layout_name);
 }
 static function get($layout_name)
 {
     self::debug("get({$layout_name})", self::DEBUG_LEVEL_CONFIGURATION);
     return parent::get($layout_name);
 }