]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
ImPlugin classes generally require background daemons in CLI
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Apr 2015 10:17:31 +0000 (12:17 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Apr 2015 10:17:31 +0000 (12:17 +0200)
commitcbabab273f38c0ee3750e03dd06e6043b2e576fe
tree9a2b603c6b462c4892387edd0a1850dc5e845778
parent0bd16b521c3cd272d27659f32db3c3287ed7298a
ImPlugin classes generally require background daemons in CLI

If someone designs an ImPlugin which _doesn't_ require the queues to be
handled in background daemons then they can set the requires_cli property
to false in their class.
lib/implugin.php
scripts/commandline.inc