newInstance() public static method

public static newInstance ( $type = null )
Esempio n. 1
0
 public static function update($attributes)
 {
     return Query::newInstance(QueryType::$UPDATE)->attributes($attributes);
 }