Shellbox
Library and server for containerized shell execution
Loading...
Searching...
No Matches
Shellbox\Command\OutputGlobPlaceholder Class Reference
+ Inheritance diagram for Shellbox\Command\OutputGlobPlaceholder:

Public Member Functions

 getOutputFile ( $boxedName)
 Get an OutputFile corresponding to a single file that matches the glob.
 
- Public Member Functions inherited from Shellbox\Command\OutputGlob
 __construct ( $prefix, $extension)
 
 getPrefix ()
 
 getExtension ()
 
 getId ()
 
 getClientData ()
 Get JSON serializable data for client/server communication.
 
 getFiles ()
 
 isMatch ( $boxedName)
 Determine whether a given relative path matches the glob pattern.
 

Additional Inherited Members

- Static Public Member Functions inherited from Shellbox\Command\OutputGlob
static newFromClientData (array $data)
 This is used on the server side to create a placeholder object for globs based on a specification received from the client.
 
- Protected Attributes inherited from Shellbox\Command\OutputGlob
 $prefix
 
 $extension
 
 $files = []
 

Member Function Documentation

◆ getOutputFile()

Shellbox\Command\OutputGlobPlaceholder::getOutputFile ( $boxedName)

Get an OutputFile corresponding to a single file that matches the glob.

Reimplemented from Shellbox\Command\OutputGlob.


The documentation for this class was generated from the following file: