skeeks\cms\models\CmsTreeType::getCmsTreeTypeProperties PHP Method

getCmsTreeTypeProperties() public method

public getCmsTreeTypeProperties ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getCmsTreeTypeProperties()
    {
        return $this->hasMany(CmsTreeTypeProperty::className(), ['tree_type_id' => 'id'])->orderBy(['priority' => SORT_ASC]);
    }