<?php
/**
* PHPTAL templating engine
*
* PHP Version 5
*
* @category HTML
* @package PHPTAL
* @author Laurent Bedubourg <hide@address.com>
* @author Kornel LesiÅski <hide@address.com>
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
* @version SVN: $Id: NamespaceAttributeSurround.php 887 2010-06-07 09:45:35Z kornel $
* @link http://phptal.org/
*/
/**
* This type of attribute wraps element
* @package PHPTAL
* @subpackage Namespace
*/
class PHPTAL_NamespaceAttributeSurround extends PHPTAL_NamespaceAttribute
{
}