addComment("Nice book!"); // ... $draft = clone $page; echo "Dump of the clone. Note that the author is now referencing two objects.\n\n"; /** @noinspection ForgottenDebugOutputInspection */ dump($draft); } ?>Adapter DEsign Pattern Diagram