コード例 #1
0
 public function __construct($id, $name, $func)
 {
     parent::__construct($id, $name);
     $this->func = $func;
 }
コード例 #2
0
ファイル: SolutionMock.php プロジェクト: sysvyz/euler-solver
 public function __construct($id, $name, $res)
 {
     parent::__construct($id, $name);
     $this->res = $res;
 }