Examination::leftAxisCheck PHP Method

leftAxisCheck() public method

public leftAxisCheck ( )
    public function leftAxisCheck()
    {
        if ($this->doesLeftAxisExist()) {
            print "Left Axis has been Saved";
        } else {
            throw new BehaviorException("LEFT AXIS NOT SAVED!!!");
        }
    }
Examination