\DevOwl\FastHtmlTag\finderSelectorSyntaxAttributeFunction

An function definition for `SelectorSyntaxAttribute` with function name and parsed arguments.

Summary

Methods
Properties
Constants
__construct()
execute()
getArgument()
getAttribute()
getName()
getArguments()
getFinder()
fromExpression()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$attribute
$name
$arguments
N/A

Properties

$attribute

$attribute :

Type

$name

$name :

Type

$arguments

$arguments :

Type

Methods

__construct()

__construct(\DevOwl\FastHtmlTag\finder\SelectorSyntaxAttribute  $attribute,string  $name,array<mixed,string>  $arguments)

C'tor.

Parameters

\DevOwl\FastHtmlTag\finder\SelectorSyntaxAttribute $attribute
string $name
array<mixed,string> $arguments

execute()

execute(\DevOwl\FastHtmlTag\finder\SelectorSyntaxMatch  $match)

Execute the function with registered functions.

Parameters

\DevOwl\FastHtmlTag\finder\SelectorSyntaxMatch $match

getArgument()

getArgument(string  $argument)

Get argument by name.

Parameters

string $argument

getAttribute()

getAttribute()

Getter.

getName()

getName()

Getter.

getArguments()

getArguments()

Getter.

getFinder()

getFinder()

Getter.