Closed ohoareau closed 12 years ago
class MyFixture { public function __call($name, $args) { return $name . ' called with ' . json_encode($args); } }
// ------------
|^MyFixture| |property|action?| |value1|setProperty called with ['value1']|
class MyFixture { public function __call($name, $args) { return $name . ' called with ' . json_encode($args); } }
// ------------
|^MyFixture| |property|action?| |value1|setProperty called with ['value1']|