Basic Components - Record - Getting object copy.php 35 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3
<?php
$copy = $user->copy();
?>