* $collection->text='text'; // same as: $collection->add('text','text'); * echo $collection->text; // same as: echo $collection->itemAt('text'); *