Table of Contents
-
$bar
: mixed
-
$called
: mixed
-
__toString()
: mixed
-
foo()
: mixed
-
getAnotherFooObject()
: mixed
-
getFooBar()
: mixed
-
reset()
: mixed
$bar
public
mixed
$bar
= 'bar'
$called
public
static mixed
$called
= ['__toString' => 0, 'foo' => 0, 'getFooBar' => 0]
__toString()
public
__toString() : mixed
Return values
mixed
—
foo()
public
foo() : mixed
Return values
mixed
—
getAnotherFooObject()
public
getAnotherFooObject() : mixed
Return values
mixed
—
getFooBar()
public
getFooBar() : mixed
Return values
mixed
—
reset()
public
static reset() : mixed
Return values
mixed
—