Home
last modified time | relevance | path

Searched refs:restrictions_parent (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php948 $restrictions_parent = null;
1315 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1325 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1341 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1351 $restrictions_parent[] = $this->registry->create(Restriction::class, [$restriction_relationship, $restriction_type, $restriction_value]);
1354 if (is_array($restrictions_parent)) {
1355 $restrictions_parent = array_values(array_unique($restrictions_parent));
1357 $restrictions_parent = [new \SimplePie\Restriction('allow', null, 'default')];
1839 $restrictions = $restrictions_parent;
[all...]