getType() public method

public getType ( )
コード例 #1
0
 /**
  * @param TSqlMapTypeHandler registers a new type handler
  */
 public function registerTypeHandler(TSqlMapTypeHandler $handler)
 {
     $this->_typeHandlers[$handler->getType()] = $handler;
 }