예제 #1
0
파일: Object.php 프로젝트: juvenn/php-sdk
 public function disableAfterHook()
 {
     $this->_set("__after", Client::signHook("__after_for_{$this->getClassName()}", round(microtime(true) * 1000)));
 }