Pheasant::registerFinder PHP 메소드

registerFinder() 공개 메소드

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