Posted by D_a_n_i_e_l on 08/23/07 15:09
how to declare a member of a class which is itself an object? class cA { private $blah; public function foo() { return blah; } } class cB { private cA $a; // I want this to be of type class A }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming