eZ\Publish\Core\Persistence\Cache\ContentTypeHandler::copy PHP Method

copy() public method

See also: eZ\Publish\SPI\Persistence\Content\Type\Handler::copy
public copy ( $userId, $typeId, $status )
    public function copy($userId, $typeId, $status)
    {
        $this->logger->logCall(__METHOD__, array('user' => $userId, 'type' => $typeId, 'status' => $status));
        return $this->persistenceHandler->contentTypeHandler()->copy($userId, $typeId, $status);
    }