Examination::addInvestigation PHP Method

addInvestigation() public method

public addInvestigation ( $investigation )
    public function addInvestigation($investigation)
    {
        $this->getElement('addInvestigation')->setValue($investigation);
    }
Examination