Guest User

Untitled

a guest
Jun 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.         echo '<hr />Update beschrijving';
  2.         $test->updateBeschrijving('Beschrijving is geupdate');
  3.         echo "<pre>";
  4.         var_dump($test);
  5.         echo "</pre>";
  6.         echo 'Toolboxtype ID: ' . $test->getToolboxtypeId() . '<br />';
Add Comment
Please, Sign In to add comment