You are here

function W3CvalidatorAPI::W3CvalidatorAPI in W3C Validator 7

File

validators/W3CvalidatorAPI.php, line 39
W3CvalidatorAPI.php

Class

W3CvalidatorAPI
@file W3CvalidatorAPI.php

Code

function W3CvalidatorAPI($baseUrl = NULL) {

  //PHP4 fallback constructor
  self::__construct();
}