class Extend extends AbstractEntity

AuthExclude

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

integer
getId()

Get id

AuthExclude
setName(string $name)

Set name

string
getName()

Get name

Details

in AbstractEntity at line 32
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

at line 50
integer getId()

Get id

Return Value

integer

at line 61
AuthExclude setName(string $name)

Set name

Parameters

string $name

Return Value

AuthExclude

at line 73
string getName()

Get name

Return Value

string