class Requirement implements PresetAdapterInterface

Methods

__construct(array $data, AssetsPresetInterface $preset)

No description

array
getData()

Return the parsed and transformed statement array

void
parse()

No description

string
__toString()

Returns the src path of the preset statement

string
__toHtml()

Returns the full HTML script

Details

at line 55
__construct(array $data, AssetsPresetInterface $preset)

Parameters

array $data The preset data
AssetsPresetInterface $preset

at line 68
array getData()

Return the parsed and transformed statement array

Return Value

array

Exceptions

Exception : any caught exception thrown by self::parse()

See also

self::parse()

at line 96
void parse()

Return Value

void

Exceptions

Exception caught calling required preset

at line 120
string __toString()

Returns the src path of the preset statement

Return Value

string

at line 140
string __toHtml()

Returns the full HTML script

Return Value

string