File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/DonationForms/DataTransferObjects/AuthenticationData.php
Back
<?php namespace Give\DonationForms\DataTransferObjects; /** * @since 3.0.0 */ class AuthenticationData { /** * @var string */ public $login; /** * @var string */ public $password; /** * Convert data from request into DTO * * @since 3.0.0 */ public static function fromRequest(array $request): self { $self = new self(); $self->login = $request['login']; $self->password = $request['password']; return $self; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings