Public Member Functions | |
setOrganization ($organization) | |
| |
getOrganization () | |
setType ($type) | |
| |
getType () | |
setSubtype ($subtype) | |
| |
getSubtype () | |
setVersion ($version) | |
| |
getVersion () | |
setVariant ($variant) | |
| |
getVariant () | |
setLanguage ($language) | |
| |
getLanguage () | |
setFpi ($fpi) | |
| |
getFpi () | |
Static Public Member Functions | |
static | create () |
| |
Private Attributes | |
$organization = null | |
$type = null | |
$subtype = null | |
$version = null | |
$variant = null | |
$language = null |
Examples: -//W3C//DTD HTML//EN -//W3C//DTD XHTML Basic 1.0//EN -//W3C//DTD HTML 4.01 Transitional//EN
Definition at line 24 of file CommonDoctypeDeclaration.class.php.
static CommonDoctypeDeclaration::create | ( | ) | [static] |
Reimplemented from DoctypeDeclaration.
Definition at line 37 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setOrganization | ( | $ | organization | ) |
Definition at line 45 of file CommonDoctypeDeclaration.class.php.
References $organization.
CommonDoctypeDeclaration::getOrganization | ( | ) |
Definition at line 52 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setType | ( | $ | type | ) |
Definition at line 60 of file CommonDoctypeDeclaration.class.php.
References $type.
CommonDoctypeDeclaration::getType | ( | ) |
Definition at line 67 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setSubtype | ( | $ | subtype | ) |
Definition at line 75 of file CommonDoctypeDeclaration.class.php.
References $subtype.
CommonDoctypeDeclaration::getSubtype | ( | ) |
Definition at line 82 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setVersion | ( | $ | version | ) |
Definition at line 90 of file CommonDoctypeDeclaration.class.php.
References $version.
CommonDoctypeDeclaration::getVersion | ( | ) |
Definition at line 97 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setVariant | ( | $ | variant | ) |
Definition at line 105 of file CommonDoctypeDeclaration.class.php.
References $variant.
CommonDoctypeDeclaration::getVariant | ( | ) |
Definition at line 112 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setLanguage | ( | $ | language | ) |
Definition at line 120 of file CommonDoctypeDeclaration.class.php.
References $language.
CommonDoctypeDeclaration::getLanguage | ( | ) |
Definition at line 127 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setFpi | ( | $ | fpi | ) |
Reimplemented from DoctypeDeclaration.
Definition at line 135 of file CommonDoctypeDeclaration.class.php.
References DoctypeDeclaration::$fpi.
CommonDoctypeDeclaration::getFpi | ( | ) |
Reimplemented from DoctypeDeclaration.
Definition at line 158 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::$organization = null [private] |
CommonDoctypeDeclaration::$type = null [private] |
CommonDoctypeDeclaration::$subtype = null [private] |
CommonDoctypeDeclaration::$version = null [private] |
CommonDoctypeDeclaration::$variant = null [private] |
CommonDoctypeDeclaration::$language = null [private] |