Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Nelmio
Alice
Definition
RangeName
PHP Class Nelmio\Alice\Definition\RangeName
Exibir arquivo
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