ApiPlatform\Core\PathResolver\CustomOperationPathResolver::__construct PHP 메소드

__construct() 공개 메소드

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