mainAction() mainAction() Default handler, override for default action. Otherwise, will print actions for task
consoleLog() consoleLog(string $message, string $color = 'green', boolean $endline = true) Log output to console. Provides easy way to color output Parameters string $message string $color boolean $endline set "false" to disable output clearing
log() log(string $message, string $log_file = '/tmp/app.log') Log output Parameters string $message string $log_file Location of log file
getClientList() getClientList() : Array Determines installed CEO clients based on installed configs. Returns Array — client codes
ceoTemplate() ceoTemplate( $database, $code, $publication, $website, $key, $connector_url, $site_key) Parameters $database $code $publication $website $key $connector_url $site_key