Pheasant::registerMapper PHP 메소드

registerMapper() 공개 메소드

Registers the mapper for a class
public registerMapper ( $class, $mapper )
    public function registerMapper($class, $mapper)
    {
        $this->_mappers[ltrim($class, '\\')] = $mapper;
        return $this;
    }