Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Manages <media:copyright>
copyright tags as defined in Media RSS.
More...
Public Member Functions | |
__construct ($url=null, $label=null) | |
Constructor, used to input the data. | |
__toString () | |
String-ified version. | |
get_attribution () | |
Get the attribution text. | |
get_url () | |
Get the copyright URL. | |
Public Attributes | |
string | $label |
Attribution. | |
string | $url |
Copyright URL. | |
Manages <media:copyright>
copyright tags as defined in Media RSS.
Used by {
This class can be overloaded with {
@subpackage API
Copyright::__construct | ( | $url = null, | |
$label = null ) |
Constructor, used to input the data.
For documentation on all the parameters, see the corresponding properties and their accessors
Copyright::__toString | ( | ) |
String-ified version.
string |
Copyright::get_attribution | ( | ) |
Get the attribution text.
string|null |
Copyright::get_url | ( | ) |
Get the copyright URL.
string|null | URL to copyright information |
string Copyright::$label |
Attribution.
string Copyright::$url |
Copyright URL.