Code: Select all
class abc{
XML $xml;
mailBox $mailBox;
public function run($argv="",$argc="") {}
}Why ?
- Because I the program have the data to initialize them yet (the data will be retrieved in the function)
- the programmer and documentation tools have to know that the class has an XML and a mailBox, and that they aren't just object, but object that come from specific class.
Any idea ?