File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/modules/onboarding/builders/traits/builder-trait.php
Back
<?php namespace JFB_Modules\Onboarding\Builders\Traits; trait Builder_Trait { protected $form_id = 0; protected $redirect = ''; protected $type; public function set_form_id( int $form_id ) { $this->form_id = $form_id; } public function get_form_id(): int { return $this->form_id; } public function set_redirect_url( string $url ) { $this->redirect = $url; } public function get_redirect_url(): string { return $this->redirect; } public function set_builder_type( string $type ) { $this->type = $type; } public function get_builder_type(): string { return $this->type; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings