eZ\Publish\Core\Persistence\Legacy\Content\Type\Update\Handler\DeferredLegacy::__construct PHP Method

__construct() public method

Creates a new content type update handler.
public __construct ( Gateway $contentTypeGateway )
$contentTypeGateway eZ\Publish\Core\Persistence\Legacy\Content\Type\Gateway
    public function __construct(Gateway $contentTypeGateway)
    {
        $this->contentTypeGateway = $contentTypeGateway;
    }