コード例 #1
0
ファイル: class_dbstorage.php プロジェクト: JDevelopers/Mail
 function TempFilesClearAccount($hash)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->TempFilesClearAccount($this->Account->Id, $hash));
 }