/var/www/vhosts/ihelp.ro/_OLD/vendor/robmorgan/phinx/src/Phinx/Util
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);
}
}