PHP return value

NeVeS

New Member
If a static method returns an object .. can I in one line get one of the objects attributes?Something like this but in a single line :\[code\]$obj = Parser::GetFirstItem();$strTitle = $obj->Title;\[/code\]
 
Back
Top