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