PHP Class CreateTherapyApplicationFileCollectionsCommand

command script to find PDF files in a nested directory structure and create appropriate file collections for use in the Therapy application module
Inheritance: extends CConsoleCommand
Mostrar archivo Open project: openeyes/openeyes

Protected Properties

Property Type Description
$file_extensions
$summary_filename
$summary_text_default

Public Methods

Method Description
getHelp ( )
getName ( )
run ( array $args ) : integer | void main method to run the command for file collection creation.

Method Details

getHelp() public method

public getHelp ( )

getName() public method

public getName ( )

run() public method

main method to run the command for file collection creation.
public run ( array $args ) : integer | void
$args array
return integer | void

Property Details

$file_extensions protected_oe property

protected $file_extensions

$summary_filename protected_oe property

protected $summary_filename

$summary_text_default protected_oe property

protected $summary_text_default