Function Virtual_shell->_find_script_file

Definitions

sources/commandr.php

  • Find a script file.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$script_name string required parameter N/A N/A Script name
$dir ?string Null N/A N/A Directory (null: Commandr module data dir)

Return

  • Path or failure (false: failure)
  • Type: ~string
  • Set: N/A
  • Range: N/A