Examination::addInvestigation PHP 메소드

addInvestigation() 공개 메소드

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