41 lines
952 B
YAML
41 lines
952 B
YAML
|
name: Expression
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ExpressionContract
|
||
|
type: class
|
||
|
source: Illuminate\Contracts\Database\Query\Expression
|
||
|
- name: Grammar
|
||
|
type: class
|
||
|
source: Illuminate\Database\Grammar
|
||
|
properties:
|
||
|
- name: value
|
||
|
visibility: protected
|
||
|
comment: '# * The value of the expression.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string|int|float'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: value
|
||
|
comment: "# * The value of the expression.\n# *\n# * @var string|int|float\n# */\n\
|
||
|
# protected $value;\n# \n# /**\n# * Create a new raw query expression.\n# *\n\
|
||
|
# * @param string|int|float $value\n# * @return void"
|
||
|
- name: getValue
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: grammar
|
||
|
comment: '# * Get the value of the expression.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Database\Grammar $grammar
|
||
|
|
||
|
# * @return string|int|float'
|
||
|
traits:
|
||
|
- Illuminate\Database\Grammar
|
||
|
interfaces:
|
||
|
- ExpressionContract
|