Public Member Functions | |
UserLanguage ($data) | |
getId () | |
getPerson () | |
getLanguage () | |
canRead () | |
canWrite () | |
canSpeak () | |
canUnderstand () | |
canReview () | |
Static Public Member Functions | |
static | newFromId ($id) |
Public Attributes | |
$id | |
$person | |
$language | |
$read | |
$write | |
$speak | |
$understand | |
$review |
UserLanguage::canRead | ( | ) |
Returns whether or not the Person can read this UserLanguage
UserLanguage::canReview | ( | ) |
Returns whether or not the Person can peer review in this UserLanguage
UserLanguage::canSpeak | ( | ) |
Returns whether or not the Person can speak this UserLanguage
UserLanguage::canUnderstand | ( | ) |
Returns whether or not the Person can understand this UserLanguage
UserLanguage::canWrite | ( | ) |
Returns whether or not the Person can write this UserLanguage
UserLanguage::getId | ( | ) |
Returns the id of this UserLanguage
UserLanguage::getLanguage | ( | ) |
Returns the name of this UserLanguage
UserLanguage::getPerson | ( | ) |
Returns the Person that this UserLanguage definition belongs to
static UserLanguage::newFromId | ( | $ | id | ) | [static] |
Returns a new UserLanguage from the given id
integer | $id The id of the entry in the DB |