コード例 #1
0
ファイル: simple_class.php プロジェクト: jeroen1985/php
 function __construct($a, $b, $c)
 {
     parent::__construct($a, $b);
     $this->c = $c;
 }