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::remove_line( $line )
Output a line to be removed
Contents
Parameters Parameters
-
(string) (Required)
Source Source
File: libraries/lifterlms-cli/src/Commands/Restful/Command.php
private function remove_line( $line ) { $this->nested_line( $line, 'remove' ); }
Expand full source code Collapse full source code View on GitHub