argument Function

Returns the URL query string argument by name, or null if it does not exist.

Summary

ElementFunction
ReturnsString|Number

Arguments

nameString[required] The name of the argument.
typeStringThe data type of the argument, returns null if the type is incorrect.

Example

PageType.argument('id','integer');
CodeMessageLineFile
2count(): Parameter must be an array or an object that implements Countable224/home2/ptorg/public_html/pagetype/content/pages/en/docml.viewer.php