yii\mongodb\ActiveRecord::find PHP 메소드

find() 공개 정적인 메소드

public static find ( ) : ActiveQuery
리턴 ActiveQuery the newly created [[ActiveQuery]] instance.
    public static function find()
    {
        return Yii::createObject(ActiveQuery::className(), [get_called_class()]);
    }