예제 #1
0
 private function insertBoundingBoxes($value)
 {
     $this->bounding_box = Coordinates::createFromStdObject($value);
 }
예제 #2
0
 private function insertCoordinates($value)
 {
     $this->coordinates = Coordinates::createFromStdObject($value);
 }