/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/Expression.php (704B)
value = $value; } /** * @return string Returns the expression */ public function __toString() { return $this->value; } /** * @param string $value The expression * * @return self */ public static function from($value) { return new self($value); } }