예제 #1
0
파일: classes.php 프로젝트: pixlr/zce-3
 public function __construct()
 {
     // emits E_STRICT: redefine constructor
     echo 'TT new style constructor runs' . PHP_EOL;
     $this->copy = T::getNew();
 }