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
ClassWithSpecialMethods
PHP Class ClassWithSpecialMethods, simpletest
Exibir arquivo
Open project: simpletest/simpletest
Public Methods
Method
Description
__call
(
$method
,
$arguments
)
__get
(
$name
)
__isset
(
$name
)
__set
(
$name
,
$value
)
__toString
( )
__unset
(
$name
)
Method Details
__call()
public
method
public
__call
(
$method
,
$arguments
)
__get()
public
method
public
__get
(
$name
)
__isset()
public
method
public
__isset
(
$name
)
__set()
public
method
public
__set
(
$name
,
$value
)
__toString()
public
method
public
__toString
( )
__unset()
public
method
public
__unset
(
$name
)