ConfigurationStep
extends IntType
in package
Class representing a configuration step value object
Table of Contents
- MAX_STEPS = 4
- Maximum step count
- $value : int
- Instance Value
- __construct() : mixed
- Create an instance
- asInt() : int
- Get the instance value as int.
Constants
MAX_STEPS
Maximum step count
public
mixed
MAX_STEPS
= 4
Properties
$value
Instance Value
protected
int
$value
Methods
__construct()
Create an instance
public
__construct(string $step) : mixed
Parameters
- $step : string
-
Step number as string
Tags
Return values
mixed —asInt()
Get the instance value as int.
public
asInt() : int