PHP Interface PHPUnit_Extensions_Database_UI_IModeFactory, qcodo

Author: Mike Lively ([email protected])
ファイルを表示 Open project: qcodo/qcodo Interface Usage Examples

Public Methods

Method Description
getMode ( string $mode ) : PHPUnit_Extensions_Database_UI_IMode Generates a new mode based on a given name.
getModeList ( ) : array Returns the names of valid modes this factory can create.

Method Details

getMode() public method

Generates a new mode based on a given name.
public getMode ( string $mode ) : PHPUnit_Extensions_Database_UI_IMode
$mode string
return PHPUnit_Extensions_Database_UI_IMode

getModeList() public method

Returns the names of valid modes this factory can create.
public getModeList ( ) : array
return array