def(null) ->type('integer') ->get("id"); echo "

Testing to fetch value from get

"; echo "click here for test a value

"; echo "The value of id is [".print_r($r,true)."]

"; echo "[id] Errors and warnings:"; echo "
";
var_dump(getVal()->messageList->get('id')->allErrorOrWarning());
echo "
"; echo "[id] container:"; echo "
";
var_dump(getVal()->messageList->get("id"));
echo "
";