2012-03-21 21:04:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
<phpdoc:classref xml:id="class.php-user-filter" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<title>The php_user_filter class</title>
|
|
|
|
<titleabbrev>php_user_filter</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
|
|
|
<!-- {{{ php_user_filter intro -->
|
|
|
|
<section xml:id="php-user-filter.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
Children of this class are passed to
|
|
|
|
<function>stream_filter_register</function>.
|
2020-12-10 14:42:18 +00:00
|
|
|
Note that the <link linkend="object.construct">__construct</link> method is not called;
|
|
|
|
instead, <methodname>php_user_filter::onCreate</methodname> should be used for
|
|
|
|
initialization.
|
2012-03-21 21:04:33 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<section xml:id="php-user-filter.synopsis">
|
|
|
|
&reftitle.classsynopsis;
|
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
2021-11-17 08:17:17 +00:00
|
|
|
<ooclass>
|
|
|
|
<classname>php_user_filter</classname>
|
|
|
|
</ooclass>
|
2012-03-21 21:04:33 +00:00
|
|
|
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<ooclass>
|
|
|
|
<classname>php_user_filter</classname>
|
|
|
|
</ooclass>
|
|
|
|
</classsynopsisinfo>
|
2021-11-17 08:17:17 +00:00
|
|
|
|
2012-03-21 21:04:33 +00:00
|
|
|
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>public</modifier>
|
2021-11-17 08:17:17 +00:00
|
|
|
<type>string</type>
|
2012-03-21 21:04:33 +00:00
|
|
|
<varname linkend="php-user-filter.props.filtername">filtername</varname>
|
2021-11-17 08:17:17 +00:00
|
|
|
<initializer>""</initializer>
|
2012-03-21 21:04:33 +00:00
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>public</modifier>
|
2021-11-17 08:17:17 +00:00
|
|
|
<type>mixed</type>
|
2012-03-21 21:04:33 +00:00
|
|
|
<varname linkend="php-user-filter.props.params">params</varname>
|
2021-11-17 08:17:17 +00:00
|
|
|
<initializer>""</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>public</modifier>
|
|
|
|
<type class="union"><type>resource</type><type>null</type></type>
|
|
|
|
<varname linkend="php-user-filter.props.stream">stream</varname>
|
|
|
|
<initializer>null</initializer>
|
2012-03-21 21:04:33 +00:00
|
|
|
</fieldsynopsis>
|
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
2021-11-17 08:17:17 +00:00
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.php-user-filter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
|
|
|
|
<xi:fallback/>
|
|
|
|
</xi:include>
|
2012-03-21 21:04:33 +00:00
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- {{{ php_user_filter properties -->
|
|
|
|
<section xml:id="php-user-filter.props">
|
|
|
|
&reftitle.properties;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="php-user-filter.props.filtername">
|
|
|
|
<term><varname>filtername</varname></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Name of the filter registered by
|
|
|
|
<function>stream_filter_append</function>.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="php-user-filter.props.params">
|
|
|
|
<term><varname>params</varname></term>
|
|
|
|
<listitem>
|
2021-11-17 08:17:17 +00:00
|
|
|
<para/>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="php-user-filter.props.stream">
|
|
|
|
<term><varname>stream</varname></term>
|
|
|
|
<listitem>
|
|
|
|
<para/>
|
2012-03-21 21:04:33 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.stream.entities.php-user-filter;
|
|
|
|
|
|
|
|
</phpdoc:classref>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|