File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/FormMigration/Contracts/FormModelDecorator.php
Back
<?php namespace Give\FormMigration\Contracts; abstract class FormModelDecorator { protected $form; public function __call($name, $arguments) { return $this->form->{$name}(...$arguments); } public function __get($name) { return $this->form->{$name}; } public function __set($name, $value) { $this->form->{$name} = $value; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings