eZ\Publish\Core\Persistence\Legacy\Content\Type\MemoryCachingHandler::update PHP Method

update() public method

public update ( mixed $typeId, integer $status, eZ\Publish\SPI\Persistence\Content\Type\UpdateStruct $contentType ) : eZ\Publish\SPI\Persistence\Content\Type
$typeId mixed
$status integer
$contentType eZ\Publish\SPI\Persistence\Content\Type\UpdateStruct
return eZ\Publish\SPI\Persistence\Content\Type
    public function update($typeId, $status, UpdateStruct $contentType)
    {
        $this->clearCache();
        return $this->innerHandler->update($typeId, $status, $contentType);
    }