newInstance() public static method

public static newInstance ( $type = null )
コード例 #1
0
ファイル: Query.php プロジェクト: letsdrink/ouzo
 public static function update($attributes)
 {
     return Query::newInstance(QueryType::$UPDATE)->attributes($attributes);
 }