|
eZ Publish
[4.0]
|
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 40 of file linkcheck.php.
| $linkList = eZURL::fetchList( array( 'only_published' => true ) ) |
Definition at line 42 of file linkcheck.php.
Referenced by eZURLObjectLink\fetchLinkList(), and eZCollaborationItemParticipantLink\fetchParticipantList().
| $siteURLs = $cronjobIni->variable( 'linkCheckSettings', 'SiteURL' ) |
Definition at line 41 of file linkcheck.php.