This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
4.2.0
Added
$endobox('foo')('bar')
is now equivalent to($foo = $endobox->create('foo'))->append($endobox->create('bar')->link($foo))
- Add
Box::create()
in the same fashion as the$box()
function within templates
Changed
- Overload
Box::append()
andBox::prepend()
: argument can now be of typeBox
orstring
where the latter will instantiate a newBox
before appending/prepending it