Methods summary
public
mixed|MvcCore\Model
|
#
__call( string $rawName, array $arguments = [] )
Parameters
Returns
Throws
InvalidArgumentException If strtolower($rawName) doesn't begin with "get" or with "set" .
Inheritdocs
|
public
boolean
|
#
__set( string $name, mixed $value )
Parameters
Returns
boolean
Throws
InvalidArgumentException If name is initialValues or any custom name in extended class.
Inheritdocs
|
public
mixed
|
#
__get( string $name )
Parameters
Returns
mixed
Throws
InvalidArgumentException If name is initialValues or any custom name in extended class.
Inheritdocs
|
public
string[]
|
#
__sleep( )
Returns
string[]
Inheritdocs
|