newInstance() public static method

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