ArgumentAccessor.access

Get a property out of component

class ArgumentAccessor
const
const(string)[]
access
(
const(string)[] component
,
string property
)

Parameters

component const(string)[]

a component which has some properties identified by property.

Return Value

Type: const(string)[]

FieldType accessed property.

Throws

NotFoundException in case when no requested property is available. InvalidArgumentException in case when passed arguments are somehow invalid for use.

Meta