* @link http://www.yiiframework.com/ * @copyright Copyright © 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\db\redis; /** * ActiveRecord is the base class for classes representing relational data in terms of objects. * * * @author Carsten Brandt * @since 2.0 */ class ActiveRelation extends \yii\db\ActiveRelation { // TODO implement }