Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DeepCopy.php

function DeepCopy::skipUncloneable

If enabled, will not throw an exception when coming across an uncloneable property.

Parameters

$skipUncloneable:

Return value

$this

File

vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php, line 80

Class

DeepCopy
@final

Namespace

DeepCopy

Code

public function skipUncloneable($skipUncloneable = true) {
    $this->skipUncloneable = $skipUncloneable;
    return $this;
}
RSS feed
Powered by Drupal