common\models\ApplyGoods::getFee PHP Méthode

getFee() public méthode

获取总价
public getFee ( ) : string
Résultat string
    public function getFee()
    {
        return bcmul($this->price, $this->count, 2);
    }