PHP Class WidgetContext

Inheritance: extends Behat\Behat\Context\BehatContext
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Свойство Type Description
$m_columnNames array
$m_dbTableName string
$m_keyColumnNames string

Méthodes publiques

Méthode Description
__construct ( string $name )
getId ( ) : integer Get id
getName ( ) : string Get name
getWidgets ( ) : array Get context widgets
render ( ) : void Render context
setWidgets ( array $widgets = [] ) : boolean Set context widgets

Method Details

__construct() public méthode

public __construct ( string $name )
$name string

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getName() public méthode

Get name
public getName ( ) : string
Résultat string

getWidgets() public méthode

Get context widgets
public getWidgets ( ) : array
Résultat array of IWidget

render() public méthode

Render context
public render ( ) : void
Résultat void

setWidgets() public méthode

Set context widgets
public setWidgets ( array $widgets = [] ) : boolean
$widgets array
Résultat boolean

Property Details

$m_columnNames public_oe property

public array $m_columnNames
Résultat array

$m_dbTableName public_oe property

public string $m_dbTableName
Résultat string

$m_keyColumnNames public_oe property

public string $m_keyColumnNames
Résultat string