charge($item, $channel); } } function offsetExists($offset) { throw IllegalAccessException::not_implemented(); } function offsetGet($offset) { throw IllegalAccessException::not_implemented(); } function offsetUnset($offset) { throw IllegalAccessException::not_implemented(); } function offsetSet($offset, $value) { $this->charge($value); } }