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

getPrefixesCustom() public method

public getPrefixesCustom ( )
    public function getPrefixesCustom()
    {
        $args = func_get_args();
        $self = isset($this) ? $this : get_called_class();
        if ($pointcut = Pointcut::before(__METHOD__, $self, $args)) {
            return $pointcut($self, $args);
        }
        return [];
    }