I see this all over the place, but I don't think it stores the variable in =
$foo:

class Foo {
private $foo;

public function __setFoo($arg)
{
  $this->foo = $arg;
}

--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to