Source of: /manual/en/ref.classkit.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.classkit.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'ref.classkit.php',
1 => 'Classkit Functions',
),
'up' =>
array (
0 => 'book.classkit.php',
1 => 'Classkit',
),
'prev' =>
array (
0 => 'classkit.constants.php',
1 => 'Predefined Constants',
),
'next' =>
array (
0 => 'function.classkit-import.php',
1 => 'classkit_import',
),
'alternatives' =>
array (
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/ref.classkit.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="ref.classkit" class="reference">
<h1 class="title">Classkit Functions</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.classkit-import.php">classkit_import</a> — Import new class method definitions from a file</li><li><a href="function.classkit-method-add.php">classkit_method_add</a> — Dynamically adds a new method to a given class</li><li><a href="function.classkit-method-copy.php">classkit_method_copy</a> — Copies a method from class to another</li><li><a href="function.classkit-method-redefine.php">classkit_method_redefine</a> — Dynamically changes the code of the given method</li><li><a href="function.classkit-method-remove.php">classkit_method_remove</a> — Dynamically removes the given method</li><li><a href="function.classkit-method-rename.php">classkit_method_rename</a> — Dynamically changes the name of the given method</li></ul>
</div>
<?php manual_footer(); ?>