Help for this page
$obj->name("John Doe")->birthday("1969-07-20")->income(53_389.86);
$obj->name("John Doe"); $obj->birthday("1969-07-20"); $obj->income(53_389.86);