HE guys
Im trying to get the property via ViewHelper
/**
* @var array
*/
protected $amount;
public function render($amount = array()) {
foreach ($amount as $am) {
$test += $am->getTotal;
}
return $test;
}
Print_r($am) show me the obj.
Now I tried to geht the Property Total, but it doesn't work!?