class ComponentStubs

Collection of stubs for available components.

Methods

static string
cardComponent()

Returns contents of a card component.

static string
formComponent(string $method, string $encType)

Generates content of form component.

static string
tableComponent()

Generates content for table component.

Details

at line 14
static string cardComponent()

Returns contents of a card component.

Return Value

string

The contents of a card component.

at line 30
static string formComponent(string $method, string $encType)

Generates content of form component.

Parameters

string $method

The method to be used.

string $encType

The enctype to be used.

Return Value

string

The contents of the form component.

at line 45
static string tableComponent()

Generates content for table component.

Return Value

string

The content of the table component.