johnhamelink
5/17/2012 - 10:49 AM

company.php

            $sharePrice = $this->sharePrice;
            $sharePrice = $dataObject->getFinancials()->filter(function($element){
                if ($element->getKey() == "sharePrice") {
                    return $element;
                }
            });