[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/ -> BooleanFunctions.php (summary)

(no description)

File Size: 123 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BooleanFunctions:: (9 methods):
  getMatchers()
  parseBooleanParam()
  parseFalse()
  parseHasAttribute()
  parseHasAttributes()
  parseNot()
  parseNotAttribute()
  parseNotParam()
  parseTrue()


Class: BooleanFunctions  - X-Ref


getMatchers()   X-Ref
{@inheritdoc}


parseBooleanParam($expr)   X-Ref
Convert a call to boolean() with a param

return: string
param: string $expr

parseFalse()   X-Ref
Convert a call to false()

return: string

parseHasAttribute($expr)   X-Ref
Convert a call to boolean() with an attribute

return: string
param: string $expr

parseHasAttributes()   X-Ref
Convert a call to boolean(@*)

return: string

parseNot($expr)   X-Ref
Convert a call to not() with a boolean expression

return: string
param: string $expr

parseNotAttribute($expr)   X-Ref
Convert a call to not() with an attribute

return: string
param: string $expr

parseNotParam($expr)   X-Ref
Convert a call to not() with a param

return: string
param: string $expr

parseTrue()   X-Ref
Convert a call to true()

return: string



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1