phpDocumentor

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

Properties

Methods

__construct()

Create an instance

public __construct(string $step) : mixed
Parameters
$step : string

Step number as string

Tags
throws
RangeException

Step exceeded maximum count

Return values
mixed

asInt()

Get the instance value as int.

public asInt() : int
Return values
int

Search results