| 1 | <?php |
||
| 8 | class Mula implements CastsAttributes |
||
| 9 | { |
||
| 10 | protected $columns = []; |
||
| 11 | |||
| 12 | public function __construct(...$columns) |
||
| 16 | |||
| 17 | public function get($model, string $key, $money, array $attributes) |
||
| 21 | |||
| 22 | protected function getMonetaryValues($money, $attributes) |
||
| 28 | |||
| 29 | protected function expectsCurrencyAndAmountInSameColumn() |
||
| 33 | |||
| 34 | public function set($model, string $key, $money, array $attributes) |
||
| 45 | } |
||
| 46 |