__construct() public method

public __construct ( )
コード例 #1
0
ファイル: Service.php プロジェクト: wanggeopens/own-libs
 public function __construct()
 {
     parent::__construct();
     $this->timer = new Timer($this);
 }