Documentation

WaiterFactoryInterface

Waiter factory used to create waiter objects by short names

Table of Contents

Methods

build()  : WaiterInterface
Create a waiter by name
canBuild()  : bool
Check if the factory can create a waiter by a specific name

Methods

canBuild()

Check if the factory can create a waiter by a specific name

public canBuild(string $waiter) : bool
Parameters
$waiter : string

Name of the waiter to check

Return values
bool

        
On this page

Search results