Kahlan\Spec\Proxy\Autoloader::getUseIncludePath PHP Метод

getUseIncludePath() публичный Метод

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