Lemon\RestBundle\LemonRestBundle::getServiceMapPass PHP Method

getServiceMapPass() protected method

protected getServiceMapPass ( $tagName, $keyAttributeName, $callable )
    protected function getServiceMapPass($tagName, $keyAttributeName, $callable)
    {
        return new ServiceMapPass($tagName, $keyAttributeName, $callable);
    }