2009-09-30 15:20:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-18 08:10:04 +00:00
|
|
|
<!-- $Revision$ -->
|
2009-09-30 15:20:52 +00:00
|
|
|
|
|
|
|
<refentry xml:id="cairosurface.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>CairoSurface::__construct</refname>
|
|
|
|
<refpurpose>The __construct purpose</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
2012-01-08 05:33:58 +00:00
|
|
|
<modifier>public</modifier> <methodname>CairoSurface::__construct</methodname>
|
2009-09-30 15:20:52 +00:00
|
|
|
<void />
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2010-03-29 20:48:54 +00:00
|
|
|
CairoSurface is an abstract type and, as such, should not be instantiated in your PHP scripts.
|
2009-09-30 15:20:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
&no.function.parameters;
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
2010-03-29 20:48:54 +00:00
|
|
|
No return value
|
2009-09-30 15:20:52 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2010-06-02 08:08:15 +00:00
|
|
|
|
|
|
|
<refsect1 role="notes">
|
|
|
|
&reftitle.notes;
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
If you're using a PHP version before 5.3, you must destroy the <classname>CairoContext</classname>
|
2010-06-02 21:00:28 +00:00
|
|
|
associated with a <classname>CairoSurface</classname> <emphasis>after</emphasis> you destroy the
|
2010-06-02 08:08:15 +00:00
|
|
|
CairoSurface. Otherwise, you're left with a Circular-reference memory leak.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</refsect1>
|
|
|
|
|
2009-09-30 15:20:52 +00:00
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
2010-03-29 20:48:54 +00:00
|
|
|
<member><methodname>CairoImageSurface::__construct</methodname></member>
|
2009-09-30 15:20:52 +00:00
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- 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
|
2010-02-03 13:03:22 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2009-09-30 15:20:52 +00:00
|
|
|
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
|
|
|
|
-->
|