Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Command::add_line( $line )
Output a line to be added
Contents
Parameters Parameters
-
(string) (Required)
Source Source
File: libraries/lifterlms-cli/src/Commands/Restful/Command.php
private function add_line( $line ) { $this->nested_line( $line, 'add' ); }
Expand full source code Collapse full source code View on GitHub