Trait SerializableTrait
Improves serialization of objects, exporting façade properties and removing properties for
which lazy getters are defined.
Methods summary
abstract protected
has_method( string $method
)
: boolean
Whether an object has a method.
Whether an object has a method.
Parameters
Returns
boolean
true
if the object has a method, false
otherwise.
public
accessor_wakeup( void )
Unsets null properties for which a lazy getter is defined so that it is called when
the property is accessed.
Unsets null properties for which a lazy getter is defined so that it is called when
the property is accessed.