getAll() public method

Retrieves all directives, organized by namespace
public getAll ( )
示例#1
0
 /**
  * Give generator necessary configuration if possible
  * @param HTMLPurifier_Config $config
  */
 public function prepareGenerator($config)
 {
     $all = $config->getAll();
     $context = new HTMLPurifier_Context();
     $this->generator = new HTMLPurifier_Generator($config, $context);
 }