skeeks\cms\models\CmsContentElementProperty::getProperty PHP Method

getProperty() public method

public getProperty ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getProperty()
    {
        return $this->hasOne(CmsContentProperty::className(), ['id' => 'property_id']);
    }