예제 #1
0
 public function getTypeByObject($object)
 {
     return $this->getTypeByName(
         $this->driver->objectToName($object, $this->mapper)
     );
 }