예제 #1
0
 /**
  *
  */
 public function compare(MMangoObject $object)
 {
     return strcmp($this->stringValue(), $object->stringValue());
 }