* @author Kornel LesiƄski * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License * @version SVN: $Id$ * @link http://phptal.org/ */ /** * This type of attribute replaces element's content entirely * @package PHPTAL * @subpackage Namespace */ class PHPTAL_NamespaceAttributeContent extends PHPTAL_NamespaceAttribute { }