Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

RTLCSS.

Copyright: 2016 Frédéric Massart - FMCorz.net
License: https://opensource.org/licenses/MIT MIT
File Size: 428 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RTLCSS:: (17 methods):
  __construct()
  compare()
  complement()
  flip()
  negate()
  parseComments()
  processBackground()
  processBlock()
  processDeclaration()
  processRule()
  processTransformOrigin()
  shouldAddCss()
  shouldIgnoreNext()
  shouldRemoveNext()
  swap()
  swapLeftRight()
  swapLtrRtl()


Class: RTLCSS  - X-Ref

RTLCSS Class.

__construct(Document $tree)   X-Ref
No description

compare($what, $to, $ignoreCase)   X-Ref
No description

complement($value)   X-Ref
No description

flip()   X-Ref
No description

negate($value)   X-Ref
No description

parseComments(array $comments)   X-Ref
No description

processBackground(Rule $rule)   X-Ref
No description

processBlock($block)   X-Ref
No description

processDeclaration($node)   X-Ref
No description

processRule($rule)   X-Ref
No description

processTransformOrigin(Rule $rule)   X-Ref
No description

shouldAddCss()   X-Ref
No description

shouldIgnoreNext()   X-Ref
No description

shouldRemoveNext()   X-Ref
No description

swap($value, $a, $b, $options = ['scope' => '*', 'ignoreCase' => true])   X-Ref
No description

swapLeftRight($value)   X-Ref
No description

swapLtrRtl($value)   X-Ref
No description