About
Language - Object in Php
Management
Suppress
unset($obj);
Access Property
Fully qualified:
$myObject->{'my-property'}
toString
$myObject-->__toString()
Language - Object in Php
unset($obj);
Fully qualified:
$myObject->{'my-property'}
$myObject-->__toString()