3.1.5. assignRef()

void assignRef ( string $name, mixed &$value )

Assings the value to the block by reference. It is unsually faster, if we assign big data, such as article texts. However, we must pay attention to the PHP reference-connected issues. For more details see PHP Manual.