Exemplo n.º 1
0
 /**
  * isRtl - is text order right to left?
  *
  * @return bool true if right to left
  */
 public static function isRtl()
 {
     return 'right-to-left' === Misc::getCharacterOrder();
 }