Constructor
__construct method.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: function __construct($n) { $this->name = $n; }
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
__construct method.
Write: function __construct($n) { $this->name = $n; }