File manager - Edit - /home/palg2351/public_html/wp-content/plugins/sejoli/third-parties/illuminate/database/Query/Expression.php
Back
<?php namespace Illuminate\Database\Query; class Expression { /** * The value of the expression. * * @var mixed */ protected $value; /** * Create a new raw query expression. * * @param mixed $value * @return void */ public function __construct($value) { $this->value = $value; } /** * Get the value of the expression. * * @return mixed */ public function getValue() { return $this->value; } /** * Get the value of the expression. * * @return string */ public function __toString() { return (string) $this->getValue(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings