Source for file BdoDir.php
Documentation is available at BdoDir.php
// this MUST be placed in post, as it assumes that any value in dir is valid
* Post-trasnform that ensures that bdo tags have the dir attribute set.
public function transform($attr, $config, $context) {
if (isset
($attr['dir'])) return $attr;
$attr['dir'] =
$config->get('Attr', 'DefaultTextDir');
Documentation generated on Thu, 19 Jun 2008 18:48:53 -0400 by phpDocumentor 1.4.2