%PDF- %PDF-
| Direktori : /www/varak.net/www.varak.net/texy/libs/ |
| Current File : /www/varak.net/www.varak.net/texy/libs/TexyModule.php |
<?php
/**
* Texy! - web text markup-language
* --------------------------------
*
* Copyright (c) 2004, 2008 David Grudl (http://davidgrudl.com)
*
* This source file is subject to the GNU GPL license that is bundled
* with this package in the file license.txt.
*
* For more information please see http://texy.info
*
* @copyright Copyright (c) 2004, 2008 David Grudl
* @license GNU GENERAL PUBLIC LICENSE version 2 or 3
* @link http://texy.info
* @package Texy
* @version $Id: TexyModule.php 218 2008-09-05 05:35:57Z David Grudl $
*/
/**
* Texy! modules base class.
*
* @author David Grudl
* @copyright Copyright (c) 2004, 2008 David Grudl
* @package Texy
*/
abstract class TexyModule extends TexyObject
{
/** @var Texy */
protected $texy;
}