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

setUseIncludePath() public method

public setUseIncludePath ( $useIncludePath )
    public function setUseIncludePath($useIncludePath)
    {
        $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->setUseIncludePath($useIncludePath);
    }