Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php64 $this->addTypeFilter(new ArrayObjectFilter($this), new TypeMatcher(ArrayObject::class));
65 $this->addTypeFilter(new DateIntervalFilter(), new TypeMatcher(DateInterval::class));
66 $this->addTypeFilter(new SplDoublyLinkedListFilter($this), new TypeMatcher(SplDoublyLinkedList::class));
113 public function addTypeFilter(TypeFilter $filter, TypeMatcher $matcher) function in DeepCopy\\DeepCopy
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php62 $this->addTypeFilter(new DateIntervalFilter(), new TypeMatcher(DateInterval::class));
63 …$this->addTypeFilter(new SplDoublyLinkedListFilter($this), new TypeMatcher(SplDoublyLinkedList::cl…
102 public function addTypeFilter(TypeFilter $filter, TypeMatcher $matcher) function in DeepCopy\\DeepCopy
/plugin/structat/syntax/
H A Dtable.php80 $config = $this->addTypeFilter($config);
134 protected function addTypeFilter($config) function in syntax_plugin_structat_table
/plugin/struct/syntax/
H A Dtable.php102 $config = $this->addTypeFilter($config); // add type specific filters
159 protected function addTypeFilter($config)
135 protected function addTypeFilter($config) global() function in syntax_plugin_struct_table
H A Dserial.php30 protected function addTypeFilter($config) function in syntax_plugin_struct_serial
H A Dglobal.php58 protected function addTypeFilter($config)
57 protected function addTypeFilter($config) global() function in syntax_plugin_struct_global
/plugin/structpublish/syntax/
H A Dtable.php22 protected function addTypeFilter($config) function in syntax_plugin_structpublish_table
/plugin/struct/action/
H A Daggregationeditor.php138 $config = $this->addTypeFilter($config);
240 protected function addTypeFilter($config)
237 protected function addTypeFilter($config) global() function in action_plugin_struct_aggregationeditor
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md324 $copier->addTypeFilter(new ReplaceFilter($callback), new TypeMatcher('MyClass'));
346 $this->deepCopy->addTypeFilter(
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md319 $copier->addTypeFilter(new ReplaceFilter($callback), new TypeMatcher('MyClass'));
341 $this->deepCopy->addTypeFilter(