PHP Class Nelmio\Alice\Definition\RangeName

Show file Open project: nelmio/alice

Public Methods

Method Description
__construct ( string $name, integer $from, integer $to )
getFrom ( ) : integer
getName ( ) : string
getTo ( ) : integer

Method Details

__construct() public method

public __construct ( string $name, integer $from, integer $to )
$name string
$from integer
$to integer

getFrom() public method

public getFrom ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getTo() public method

public getTo ( ) : integer
return integer