SetOperation
class SetOperation extends Component (View source)
SET
keyword parser.
Properties
string | $column | The name of the column that is being updated. | |
string | $value | The new value. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(string $column = '', string $value = '')
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
static mixed
build(mixed $component, array $options = [])
string
__toString()
Builds the string representation of a component of this type.