Source

						public static function handler($name, $info) {
		return static::$_handlers[$name]($info);
	}