__construct() 공개 메소드

public __construct ( )
예제 #1
0
파일: isolate.php 프로젝트: xihewang/atoum
 public function __construct(atoum\score $score = null)
 {
     parent::__construct($score);
 }