Beispiel #1
0
 /**
  * @return AccountQuery
  */
 public static function find()
 {
     return Yii::createObject(AccountQuery::className(), [get_called_class()]);
 }