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

getPrefixes() public method

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