Services_W3C_HTMLValidator
[ class tree: Services_W3C_HTMLValidator ] [ index: Services_W3C_HTMLValidator ] [ all elements ]

Class: Services_W3C_HTMLValidator_Response

Source Location: /Services_W3C_HTMLValidator-1.0.0/Services/W3C/HTMLValidator/Response.php

Class Overview


Simple class for a W3C HTML Validator Response.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 26]
Simple class for a W3C HTML Validator Response.


[ Top ]


Class Variables

$charset =

[line 55]

Detected (or forced) Character Encoding for the validated document
  • Access: public

Type:   string


[ Top ]

$checkedby =

[line 43]

Location of the service which provided the validation result. In EARL terms, this is the Assertor.
  • Access: public

Type:   string


[ Top ]

$doctype =

[line 49]

Detected (or forced) Document Type for the validated document
  • Access: public

Type:   string


[ Top ]

$errors = array()

[line 68]

Array of HTMLValidator_Error objects (if applicable)
  • Access: public

Type:   array


[ Top ]

$uri =

[line 36]

the address of the document validated

Will (likely?) be upload://Form Submission if an uploaded document or fragment was validated. In EARL terms, this is the TestSubject.

  • Access: public

Type:   string


[ Top ]

$validity =

[line 62]

Whether or not the document validated passed or not formal validation

(true|false boolean)

  • Access: public

Type:   bool


[ Top ]

$warnings = array()

[line 74]

Array of HTMLValidator_Warning objects (if applicable)
  • Access: public

Type:   array


[ Top ]



Method Detail

isValid   [line 81]

bool isValid( )

Returns the validity of the checked document.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:37:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.