Fetch value of $index in the array file property $name. Will be returned as a plain text string. If value is not set or does not exist, will return null.
$name (STRING)
$index (INT)
STRING
$this->document->getValue('document_images' , 0);
for($i=0; $i<=12; $i++){ echo $this->document->getValue('document_images' , $i); }