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

copy() public method

public copy ( mixed $userId, mixed $contentTypeId, integer $status ) : eZ\Publish\SPI\Persistence\Content\Type
$userId mixed
$contentTypeId mixed
$status integer One of Type::STATUS_DEFINED|Type::STATUS_DRAFT|Type::STATUS_MODIFIED
return eZ\Publish\SPI\Persistence\Content\Type
    public function copy($userId, $contentTypeId, $status)
    {
        $this->clearCache();
        return $this->innerHandler->copy($userId, $contentTypeId, $status);
    }