예제 #1
0
 public function contains(Model_Location $location)
 {
     return $this->id() == $location->id() or $this->is_ansestor_of($location);
 }