Examination::leftInjectionComments PHP Method

leftInjectionComments() public method

public leftInjectionComments ( $comments )
    public function leftInjectionComments($comments)
    {
        $this->getElement('rightInjectionComments')->setValue($comments);
    }
Examination