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

Class: Services_W3C_CSSValidator_Message

Source Location: /Services_W3C_CSSValidator-0.2.3/Services/W3C/CSSValidator/Message.php

Class Overview


The message class holds a response from the W3C validator.


Author(s):

Variables

Methods


Child classes:

Services_W3C_CSSValidator_Error
The message class holds an error response from the W3C validator.
Services_W3C_CSSValidator_Warning
The message class holds a warning response from the W3C validator.

Inherited Variables

Inherited Methods


Class Details

[line 53]
The message class holds a response from the W3C validator.


[ Top ]


Class Variables

$line =

[line 70]

Line corresponding to the message

Within the source code of the validated document, refers to the line where the error was detected.

  • Access: public

Type:   int


[ Top ]

$message =

[line 77]

The actual message
  • Access: public

Type:   string


[ Top ]

$uri =

[line 60]

The address of the document trying to validate
  • Access: public

Type:   string


[ Top ]



Method Detail

__construct (Constructor)   [line 87]

void __construct( [object $node = null])

Constructor for a response message
  • Access: public

Parameters:

object   $node   —  A DOM document node.

[ Top ]


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