File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Domain/ValueObjects/String/BookingStatus.php
Back
<?php namespace AmeliaBooking\Domain\ValueObjects\String; /** * Class Status * * @package AmeliaBooking\Domain\ValueObjects\String */ final class BookingStatus { const CANCELED = 'canceled'; const APPROVED = 'approved'; const PENDING = 'pending'; const REJECTED = 'rejected'; const NO_SHOW = 'no-show'; /** * @var string */ private $status; /** * Status constructor. * * @param int $status */ public function __construct($status) { $this->status = $status; } /** * Return the status from the value object * * @return string */ public function getValue() { return $this->status; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings