This is the code documentation for the SproutCMS project
Search documentation |
class WorkerLinkChecker
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2025-11-18
**/
class NewClassName extends WorkerLinkChecker {
/**
* Checks a single page
**/
private function checkPage ($row, $errs) {
// Method code goes here
}
/**
* Returns TRUE if the given URL is found, a string of the error message if the URL was not found.
**/
public function checkUrl ($href, $subsite_id) {
// Method code goes here
}
/**
* Return a CSV for the specified errors
**/
private function buildCsv ($errs) {
// Method code goes here
}
/**
* Do stuff
**/
public function run ($email_address) {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |
|