OpenDocument
[ class tree: OpenDocument ] [ index: OpenDocument ] [ all elements ]

Source for file Bookmark.php

Documentation is available at Bookmark.php

  1. <?php
  2. require_once 'Element.php';
  3. {
  4.     private $name;
  5.     
  6.     public function __constructor($node$document$name)
  7.     {
  8.         parent::__constructor($node$document);
  9.         $this->name $name;
  10.     }
  11. }
  12. ?>

Documentation generated on Mon, 11 Mar 2019 15:06:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.