/var/www/vhosts/ihelp.ro/_OLD/vendor/robmorgan/phinx/src/Phinx/Util
NameSizeModeActions
Expression.php7040644editdlrm
Literal.php7210644editdlrm
Util.php85510644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/robmorgan/phinx/src/Phinx/Util/Literal.php (721B)
value = $value; } /** * @return string Returns the literal's value */ public function __toString() { return $this->value; } /** * @param string $value The literal's value * * @return self */ public static function from($value) { return new self($value); } }