'The news record from which to find related news',
TRUE
);
$this->registerArgument('limit','int','Limit the amount of related news to display',FALSE,5);
$this->registerArgument('as','string','The name of the iteration variable',TRUE);
$this->registerArgument('iteration','string','The name of the variable to store iteration information (index, cycle, isFirst, isLast, isEven, isOdd)');
}
/**
* Render the ViewHelper
* It works like the for-ViewHelper by running through the child content and adding the related news records to it