|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $cronjobIni = eZINI::instance( 'cronjob.ini' ) | |
| $linkList = eZURL::fetchList( array( 'only_published' => true ) ) | |
| $siteURLs = $cronjobIni->variable( 'linkCheckSettings', 'SiteURL' ) | |
Definition in file linkcheck.php.
| $cronjobIni = eZINI::instance( 'cronjob.ini' ) |
Definition at line 36 of file linkcheck.php.
| $linkList = eZURL::fetchList( array( 'only_published' => true ) ) |
Definition at line 38 of file linkcheck.php.
Referenced by eZURLObjectLink\fetchLinkList(), and eZCollaborationItemParticipantLink\fetchParticipantList().
| $siteURLs = $cronjobIni->variable( 'linkCheckSettings', 'SiteURL' ) |
Definition at line 37 of file linkcheck.php.