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

Class: Services_W3C_HTMLValidator_Message

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

Class Overview


The message class holds a response from the W3 validator.


Author(s):

Variables

Methods


Child classes:

Services_W3C_HTMLValidator_Error
The message class holds an error response from the W3 validator.
Services_W3C_HTMLValidator_Warning
The message class holds an error response from the W3 validator.

Inherited Variables

Inherited Methods


Class Details

[line 25]
The message class holds a response from the W3 validator.


[ Top ]


Class Variables

$col =

[line 43]

column corresponding to the message

Within the source code of the validated document, refers to the column within the line for the message.

  • Access: public

Type:   int


[ Top ]

$explanation =

[line 67]

Explanation for this message.

HTML snippet which describes the message, usually with information on how to correct the problem.

  • Access: public

Type:   string


[ Top ]

$line =

[line 34]

line corresponding to the message

Within the source code of the validated document, refers to the line which caused this message.

  • Access: public

Type:   int


[ Top ]

$message =

[line 49]

The actual message
  • Access: public

Type:   string


[ Top ]

$messageid =

[line 58]

Unique ID for this message

not implemented yet. should be the number of the error, as addressed internally by the validator

  • Access: public

Type:   int


[ Top ]

$source =

[line 76]

Source which caused the message.

the snippet of HTML code which invoked the message to give the context of the e

  • Access: public

Type:   string


[ Top ]



Method Detail

__construct (Constructor)   [line 83]

Services_W3C_HTMLValidator_Message __construct( [object $node = null])

Constructor for a response message

Parameters:

object   $node   —  A dom document node.

[ Top ]


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