File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Log/ValueObjects/EnumInterface.php
Back
<?php namespace Give\Log\ValueObjects; interface EnumInterface { /** * Get value * * @return string|null */ public function getValue(); /** * Get default value * * @return string */ public static function getDefault(); /** * Check if Enum is equal with the passed variable * * @param mixed $value * * @return bool */ public function equalsTo($value); }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings