File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Domain/ValueObjects/Number/Integer/Id.php
Back
<?php namespace AmeliaBooking\Domain\ValueObjects\Number\Integer; /** * Class Id * * @package AmeliaBooking\Domain\ValueObjects\Number\Integer */ final class Id { /** * @var int */ private $id; /** * Id constructor. * * @param int $id */ public function __construct($id) { $this->id = (int)$id; } /** * Return the password from the value object * * @return int */ public function getValue() { return $this->id; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings