Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core_rtlcss Class Reference

Moodle RTLCSS class. More...

Inheritance diagram for core_rtlcss:

Protected Member Functions

 processDeclaration ($node)
 Process a block declaration.
 

Detailed Description

Moodle RTLCSS class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ processDeclaration()

core_rtlcss::processDeclaration ( $node)
protected

Process a block declaration.

This is overriden in order to provide a backwards compability with the plugins who already defined RTL styles the old-fashioned way. Because we do not need those any more we rename them so that they do not apply.

Todo
Remove the dir-rtl flipping when dir-rtl is fully deprecated.
Parameters
Sabberworm\CSS\RuleSet\RuleSet$nodeThe object.
Return values
void

The documentation for this class was generated from the following file: