app\models\Category::getCashbooks PHP Method

getCashbooks() public method

public getCashbooks ( )
    public function getCashbooks()
    {
        return $this->hasMany(Cashbook::className(), ['category_id' => 'id_category']);
    }