Parses common doctype FPI (Formal Public Identifier) in form: "-//<Org>//DTD <Type> [<Subtype>] [<Version>] [<Variant>]//<Language>". More...
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 |
Parses common doctype FPI (Formal Public Identifier) in form: "-//<Org>//DTD <Type> [<Subtype>] [<Version>] [<Variant>]//<Language>".
Examples: -//W3C//DTD HTML//EN -//W3C//DTD XHTML Basic 1.0//EN -//W3C//DTD HTML 4.01 Transitional//EN
Definition at line 23 of file CommonDoctypeDeclaration.class.php.
static CommonDoctypeDeclaration::create | ( | ) | [static] |
Reimplemented from DoctypeDeclaration.
Definition at line 36 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getFpi | ( | ) |
Reimplemented from DoctypeDeclaration.
Definition at line 159 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getLanguage | ( | ) |
Definition at line 126 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getOrganization | ( | ) |
Definition at line 51 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getSubtype | ( | ) |
Definition at line 81 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getType | ( | ) |
Definition at line 66 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getVariant | ( | ) |
Definition at line 111 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::getVersion | ( | ) |
Definition at line 96 of file CommonDoctypeDeclaration.class.php.
CommonDoctypeDeclaration::setFpi | ( | $ | fpi | ) |
Reimplemented from DoctypeDeclaration.
Definition at line 134 of file CommonDoctypeDeclaration.class.php.
References DoctypeDeclaration::$fpi.
CommonDoctypeDeclaration::setLanguage | ( | $ | language | ) |
Definition at line 119 of file CommonDoctypeDeclaration.class.php.
References $language.
CommonDoctypeDeclaration::setOrganization | ( | $ | organization | ) |
Definition at line 44 of file CommonDoctypeDeclaration.class.php.
References $organization.
CommonDoctypeDeclaration::setSubtype | ( | $ | subtype | ) |
Definition at line 74 of file CommonDoctypeDeclaration.class.php.
References $subtype.
CommonDoctypeDeclaration::setType | ( | $ | type | ) |
Definition at line 59 of file CommonDoctypeDeclaration.class.php.
References $type.
CommonDoctypeDeclaration::setVariant | ( | $ | variant | ) |
Definition at line 104 of file CommonDoctypeDeclaration.class.php.
References $variant.
CommonDoctypeDeclaration::setVersion | ( | $ | version | ) |
Definition at line 89 of file CommonDoctypeDeclaration.class.php.
References $version.
CommonDoctypeDeclaration::$language = null [private] |
Definition at line 31 of file CommonDoctypeDeclaration.class.php.
Referenced by setLanguage().
CommonDoctypeDeclaration::$organization = null [private] |
Definition at line 25 of file CommonDoctypeDeclaration.class.php.
Referenced by setOrganization().
CommonDoctypeDeclaration::$subtype = null [private] |
Definition at line 28 of file CommonDoctypeDeclaration.class.php.
Referenced by setSubtype().
CommonDoctypeDeclaration::$type = null [private] |
Definition at line 27 of file CommonDoctypeDeclaration.class.php.
Referenced by setType().
CommonDoctypeDeclaration::$variant = null [private] |
Definition at line 30 of file CommonDoctypeDeclaration.class.php.
Referenced by setVariant().
CommonDoctypeDeclaration::$version = null [private] |
Definition at line 29 of file CommonDoctypeDeclaration.class.php.
Referenced by setVersion().