ApiPlatform\Core\PathResolver\CustomOperationPathResolver::__construct PHP Méthode

__construct() public méthode

public __construct ( ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
$deferred ApiPlatform\Core\PathResolver\OperationPathResolverInterface
    public function __construct(OperationPathResolverInterface $deferred)
    {
        $this->deferred = $deferred;
    }
CustomOperationPathResolver