Searched refs:Entry (Results 1 – 4 of 4) sorted by relevance
7 use phpweb\News\Entry; alias15 if (!file_exists(Entry::ARCHIVE_FILE_ABS)) {16 fwrite(STDERR, "Can't find " . Entry::ARCHIVE_FILE_REL . ", are you sure you are in phpweb/?\n");35 function getEntry(): Entry {36 $entry = new Entry;61 $ids = array_keys(Entry::CATEGORIES);65 fprintf(STDOUT, "\t%d: %-11s\t [%s]\n", $n, Entry::CATEGORIES[$id], $id);77 return is_numeric($c) && ($c >= 0) && ($c < count(Entry::CATEGORIES));122 if (true === file_exists(Entry::PHPWEB . "/images/news/$path")) {164 function parseOptions(): Entry {[all …]
7 use phpweb\News\Entry; alias9 if (!file_exists(Entry::ARCHIVE_FILE_ABS)) {10 fwrite(STDERR, "Can't find " . Entry::ARCHIVE_FILE_REL . ", are you sure you are in phpweb/?\n");45 $entry = (new Entry)51 $addedFiles = [Entry::ARCHIVE_ENTRIES_REL . $entry->getId() . '.xml'];72 echo "Please sanity check changes to " . Entry::ARCHIVE_FILE_REL . " and add the newly created file…
26 // When no MX-Entry can be found it's for sure not a valid email-address.
5 class Entry class
Completed in 6 milliseconds