ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ASS_AnswerBinaryStateImage Class Reference

Class for answers with a binary state indicator. More...

+ Inheritance diagram for ASS_AnswerBinaryStateImage:
+ Collaboration diagram for ASS_AnswerBinaryStateImage:

Public Member Functions

 ASS_AnswerBinaryStateImage ($answertext="", $points=0.0, $order=0, $state=0, $a_image="", $id=-1)
 ASS_AnswerBinaryStateImage constructor.
 getImage ()
 Gets the image filename.
 setImage ($a_image=0)
 Sets the image filename.
- Public Member Functions inherited from ASS_AnswerBinaryState
 ASS_AnswerBinaryState ($answertext="", $points=0.0, $order=0, $state=0, $id=-1)
 ASS_AnswerBinaryState constructor.
 getState ()
 Gets the state.
 isStateChecked ()
 Gets the state.
 isStateSet ()
 Gets the state.
 isStateUnset ()
 Gets the state.
 isStateUnchecked ()
 Gets the state.
 setState ($state=0)
 Sets the state.
 setChecked ()
 Sets the answer as a checked answer.
 setSet ()
 Sets the answer as a set answer.
 setUnset ()
 Sets the answer as a unset answer.
 setUnchecked ()
 Sets the answer as a unchecked answer.
- Public Member Functions inherited from ASS_AnswerSimple
 ASS_AnswerSimple ($answertext="", $points=0.0, $order=0, $id=-1)
 ASS_AnswerSimple constructor.
 getId ()
 Gets the answer id.
 getAnswertext ()
 Gets the answer text.
 getPoints ()
 Gets the points.
 checkPoints ($a_points)
 Checks, if the point value is numeric.
 getOrder ()
 Gets the sort/display order.
 setOrder ($order=0)
 Sets the order.
 setId ($id=-1)
 Sets the answer id.
 setAnswertext ($answertext="")
 Sets the answer text.
 setPoints ($points=0.0)
 Sets the points.

Data Fields

 $image
- Data Fields inherited from ASS_AnswerBinaryState
 $state
- Data Fields inherited from ASS_AnswerSimple
 $answertext
 $points
 $order
 $id

Detailed Description

Class for answers with a binary state indicator.

ASS_AnswerBinaryStateImage is a class for answers with a binary state indicator (checked/unchecked, set/unset) and an image file

Author
Helmut Schottmüller helmu.nosp@m.t.sc.nosp@m.hottm.nosp@m.uell.nosp@m.er@ma.nosp@m.c.co.nosp@m.m
Version
Id:
class.assAnswerBinaryStateImage.php 12484 2006-11-09 10:52:16Z hschottm
See Also
ASS_AnswerSimple

Definition at line 37 of file class.assAnswerBinaryStateImage.php.

Member Function Documentation

ASS_AnswerBinaryStateImage::ASS_AnswerBinaryStateImage (   $answertext = "",
  $points = 0.0,
  $order = 0,
  $state = 0,
  $a_image = "",
  $id = -1 
)

ASS_AnswerBinaryStateImage constructor.

The constructor takes possible arguments an creates an instance of the ASS_AnswerBinaryStateImage object.

Parameters
string$answertextA string defining the answer text
double$pointsThe number of points given for the selected answer
integer$stateA integer value indicating the state of the answer
integer$orderA nonnegative value representing a possible display or sort order
string$a_imageThe image filename public

Definition at line 59 of file class.assAnswerBinaryStateImage.php.

References ASS_AnswerSimple\$answertext, ASS_AnswerSimple\$id, ASS_AnswerSimple\$order, ASS_AnswerSimple\$points, ASS_AnswerBinaryState\$state, and ASS_AnswerBinaryState\ASS_AnswerBinaryState().

{
$this->image = $a_image;
}

+ Here is the call graph for this function:

ASS_AnswerBinaryStateImage::getImage ( )

Gets the image filename.

Returns the image filename

Returns
string The image filename public
See Also
$image

Definition at line 82 of file class.assAnswerBinaryStateImage.php.

References $image.

{
return $this->image;
}
ASS_AnswerBinaryStateImage::setImage (   $a_image = 0)

Sets the image filename.

Sets the image filename

Parameters
string$a_imageThe image filename public
See Also
$image

Definition at line 96 of file class.assAnswerBinaryStateImage.php.

{
$this->image = $a_image;
}

Field Documentation

ASS_AnswerBinaryStateImage::$image

Definition at line 45 of file class.assAnswerBinaryStateImage.php.

Referenced by getImage().


The documentation for this class was generated from the following file: