コード例 #1
0
ファイル: Account.php プロジェクト: rogerapras/app_veiculos
 public function setCurrent()
 {
     Account::setCurrentId($this->id);
 }