common\models\Post::getCategory PHP Method

getCategory() public method

public getCategory ( )
    public function getCategory()
    {
        return $this->hasOne(PostMeta::className(), ['id' => 'post_meta_id']);
    }