interface Policy

Methods

bool
isTagAllowed(string $tag)

No description

bool
isFilterAllowed(string $filter)

No description

bool
isFunctionAllowed(string $function)

No description

bool
isMethodAllowed(string $class, string $method)

No description

bool
isPropertyAllowed(string $class, string $property)

No description

Details

at line 15
bool isTagAllowed(string $tag)

No description

Parameters

string $tag

Return Value

bool

at line 17
bool isFilterAllowed(string $filter)

No description

Parameters

string $filter

Return Value

bool

at line 19
bool isFunctionAllowed(string $function)

No description

Parameters

string $function

Return Value

bool

at line 21
bool isMethodAllowed(string $class, string $method)

No description

Parameters

string $class
string $method

Return Value

bool

at line 23
bool isPropertyAllowed(string $class, string $property)

No description

Parameters

string $class
string $property

Return Value

bool