1, 'false' => 0 ]; /** * Constructor * * @param bool $onlyIfDynamic Whether this restriction applies only to elements using any kind * of dynamic markup: XSL elements or attribute value templates */ public function __construct($onlyIfDynamic = false) { parent::__construct('false', $onlyIfDynamic); } }