\App\CoreModule\EntitiesCommand

Command entity

Summary

Methods
Properties
Constants
__construct()
getCommand()
getStdout()
getStderr()
getExitCode()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$command
$stdout
$stderr
$exitCode
N/A

Properties

$command

$command : string

Type

normal — Command

$stdout

$stdout : string

Type

normal — Standard output

$stderr

$stderr : string

Type

normal — Standard error output

$exitCode

$exitCode : int|null

Type

normal — Exit code

Methods

__construct()

__construct(string  $command, \Symfony\Component\Process\Process  $process) : mixed

Constructor

Parameters

string $command

Command

\Symfony\Component\Process\Process $process

Process

Returns

mixed

getCommand()

getCommand() : string

Returns the command

Returns

string —

Command

getStdout()

getStdout() : string

Returns the standard output

Returns

string —

Standard output

getStderr()

getStderr() : string

Returns the standard error output

Returns

string —

Standard error output

getExitCode()

getExitCode() : int|null

Returns the exit code

Returns

int|null —

Exit code