static function define_layout($stmt)
 {
     @(list($layout_name, $layout_script) = explode(':', $stmt, 2));
     $size = strlen($layout_script);
     self::debug("define_layout({$layout_name}) [{$size} bytes]", self::DEBUG_LEVEL_CONFIGURATION);
     return parent::define_layout($stmt);
 }