skeeks\cms\models\CmsTreeType::getDefaultChildrenTreeType PHP Méthode

getDefaultChildrenTreeType() public méthode

public getDefaultChildrenTreeType ( ) : ActiveQuery
Résultat yii\db\ActiveQuery
    public function getDefaultChildrenTreeType()
    {
        return $this->hasOne(CmsTreeType::className(), ['id' => 'default_children_tree_type']);
    }