Simple query builder.  
 More...
|  | 
|  | getArgs () | 
|  | 
|  | setArgs ($value) | 
|  | 
|  | getSql () | 
|  | 
|  | _set ($key, $value) | 
|  | 
|  | _get ($key) | 
|  | 
|  | publish ($property, $visibility=self::READABLE) | 
|  | Publish a property (or hide it again).  More... 
 | 
|  | 
|  | configure ($config) | 
|  | Configure the object.  More... 
 | 
|  | 
|  | _get ($key) | 
|  | Default getter if no specific setter is defined, and the property is also not published (readable).  More... 
 | 
|  | 
|  | _set ($key, $value) | 
|  | Default setter if no specific setter is defined, and the property is also not published (writeable).  More... 
 | 
|  | 
Simple query builder. 
Definition at line 8 of file Query.php.
◆ __construct()
◆ __toString()
◆ _get()
◆ _set()
◆ arg()
◆ args()
◆ getArgs()
◆ getSql()
◆ group()
◆ having()
◆ join()
      
        
          | join | ( |  | $join, | 
        
          |  |  |  | $outer = false | 
        
          |  | ) |  |  | 
      
 
 
◆ limit()
      
        
          | limit | ( |  | $limit, | 
        
          |  |  |  | $offset = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ order()
◆ select()
◆ setArgs()
◆ where()
◆ $_args
◆ $_group
◆ $_having
◆ $_limit
◆ $_offset
◆ $_order
◆ $_select
◆ $_tables
◆ $_where
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/helpers/src/Rsi/Object/Query.php