[PHP-users 18926]Re: $thisの扱い、代替手段について

tamagawa tamagawa @ skygroup.jp
2003年 11月 14日 (金) 20:02:03 JST


玉川です。

Takeo Matumoto wrote:
		
> 			$a = $test1->getA();//test1クラスのインスタンスのフィールド値を元に、
> 			$b = $test1->getB();//test2クラスのインスタンスフィールドを初期化

$this->a = $test1->getA();
$this->b = $test1->getB();

なのでは?
--
玉川@Sky




PHP-users メーリングリストの案内