platform/api/laravel/Contracts/Database/Query/Expression.yaml

23 lines
415 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Expression
class_comment: null
dependencies:
- name: Grammar
type: class
source: Illuminate\Database\Grammar
properties: []
methods:
- 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: []