Kahlan\Spec\Proxy\Autoloader::set PHP Method

set() public method

public set ( $prefix, $paths )
    public function set($prefix, $paths)
    {
        $args = func_get_args();
        $self = isset($this) ? $this : get_called_class();
        if ($pointcut = Pointcut::before(__METHOD__, $self, $args)) {
            return $pointcut($self, $args);
        }
        return $this->_composer->set($prefix, $paths);
    }