コード例 #1
0
ファイル: ActiveRecord.php プロジェクト: aivavic/yii2
 /**
  * @inheritdoc
  * @return ActiveQuery the newly created [[ActiveQuery]] instance.
  */
 public static function find()
 {
     return Yii::createObject(ActiveQuery::className(), [get_called_class()]);
 }