Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Prose
VmActionsBase
PHP Class Prose\VmActionsBase
See link:
http://datasift.github.io/storyplayer
Author:
Stuart Herbert (
[email protected]
)
Inheritance:
extends
Prose
Exibir arquivo
Open project: datasift/storyplayer
Class Usage Examples
Public Methods
Method
Description
__construct
(
StoryTeller
$st
,
$args
= [] )
destroyVm
(
$vmName
)
powerOffVm
(
$vmName
)
restartVm
(
$vmName
)
startVm
(
$vmName
)
stopVm
(
$vmName
)
Method Details
__construct()
public
method
public
__construct
(
StoryTeller
$st
,
$args
= [] )
$st
DataSift\Storyplayer\PlayerLib\StoryTeller
destroyVm()
public
method
public
destroyVm
(
$vmName
)
powerOffVm()
public
method
public
powerOffVm
(
$vmName
)
restartVm()
public
method
public
restartVm
(
$vmName
)
startVm()
public
method
public
startVm
(
$vmName
)
stopVm()
public
method
public
stopVm
(
$vmName
)