Documentation ¶
Index ¶
- func SetCommand(cmd string)
- type PHPExec
- func (instance *PHPExec) ErrWriterAppend(w io.Writer)
- func (instance *PHPExec) GetDir() string
- func (instance *PHPExec) OutWriterAppend(w io.Writer)
- func (instance *PHPExec) Run(args ...string) (*executor.ConsoleProgramSession, error)
- func (instance *PHPExec) RunAsync(args ...string) (*executor.ConsoleProgramSession, error)
- func (instance *PHPExec) RunWrapped(args ...string) (*executor.ConsoleProgramSession, error)
- func (instance *PHPExec) SetCommand(cmd string)
- func (instance *PHPExec) SetDir(dir string)
- func (instance *PHPExec) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PHPExec ¶
type PHPExec struct {
// contains filtered or unexported fields
}
func NewPHPExec ¶
func NewPHPExec(args ...interface{}) *PHPExec
func (*PHPExec) ErrWriterAppend ¶
func (*PHPExec) OutWriterAppend ¶
func (*PHPExec) Run ¶
func (instance *PHPExec) Run(args ...string) (*executor.ConsoleProgramSession, error)
func (*PHPExec) RunAsync ¶
func (instance *PHPExec) RunAsync(args ...string) (*executor.ConsoleProgramSession, error)
func (*PHPExec) RunWrapped ¶
func (instance *PHPExec) RunWrapped(args ...string) (*executor.ConsoleProgramSession, error)
func (*PHPExec) SetCommand ¶
Click to show internal directories.
Click to hide internal directories.