Function Tempcode->parameterless
Definitions
sources/tempcode.php
- Find whether a construct within this Tempcode is parameterless.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $at | integer | No | No | required parameter | N/A | N/A | Offset to the construct |
Returns
- Whether it is parameterless
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether a construct within this Tempcode is parameterless.
*
* @param integer $at Offset to the construct
* @return boolean Whether it is parameterless
*/
public function parameterless(int $at) : bool
* Find whether a construct within this Tempcode is parameterless.
*
* @param integer $at Offset to the construct
* @return boolean Whether it is parameterless
*/
public function parameterless(int $at) : bool
