示例#1
0
 public function isEqual(Kwf_Model_Interface $other)
 {
     if ($other instanceof Kwf_Model_Service && $other->getClient() == $this->getClient()) {
         return true;
     }
     return false;
 }