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

getPrefixesPsr4() public method

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