static function &find_scope($layout_name = '', $cmd = '')
 {
     self::debug("find_scope({$layout_name},{$cmd})", self::DEBUG_LEVEL_SCOPE_LOOKUP);
     return parent::find_scope($layout_name, $cmd);
 }