distill icon indicating copy to clipboard operation
distill copied to clipboard

Fluent interface for set fields

Open tappleby opened this issue 9 years ago • 1 comments

It could be handy to have a fluent interface for setField:

$distiller
    ->setField('title')
    ->setField('body', 'post')
    ->setField('field_image', 'image');

tappleby avatar Jun 30 '15 14:06 tappleby