|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
Handles <media:credit> as defined in Media RSS.
More...
Public Member Functions | |
| __construct ($role=null, $scheme=null, $name=null) | |
| Constructor, used to input the data. | |
| __toString () | |
| String-ified version. | |
| get_name () | |
| Get the credited person/entity's name. | |
| get_role () | |
| Get the role of the person receiving credit. | |
| get_scheme () | |
| Get the organizational scheme. | |
Public Attributes | |
| string | $name |
| Credited name. | |
| string | $role |
| Credited role. | |
| string | $scheme |
| Organizational scheme. | |
Handles <media:credit> as defined in Media RSS.
Used by {
This class can be overloaded with {
@subpackage API
| Credit::__construct | ( | $role = null, | |
| $scheme = null, | |||
| $name = null ) |
Constructor, used to input the data.
For documentation on all the parameters, see the corresponding properties and their accessors
| Credit::__toString | ( | ) |
String-ified version.
| string |
| Credit::get_name | ( | ) |
Get the credited person/entity's name.
| string|null |
| Credit::get_role | ( | ) |
Get the role of the person receiving credit.
| string|null |
| Credit::get_scheme | ( | ) |
Get the organizational scheme.
| string|null |
| string Credit::$name |
Credited name.
| string Credit::$role |
Credited role.
| string Credit::$scheme |
Organizational scheme.