newInstance() 공개 정적인 메소드

public static newInstance ( $type = null )
예제 #1
0
파일: Query.php 프로젝트: letsdrink/ouzo
 public static function update($attributes)
 {
     return Query::newInstance(QueryType::$UPDATE)->attributes($attributes);
 }