| Current Path : /home/maglabs/it/lib/internal/Magento/Framework/View/TemplateEngine/Xhtml/Compiler/ |
| Current File : /home/maglabs/it/lib/internal/Magento/Framework/View/TemplateEngine/Xhtml/Compiler/Cdata.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\View\TemplateEngine\Xhtml\Compiler;
use Magento\Framework\DataObject;
/**
* Class Cdata
*/
class Cdata implements CdataInterface
{
/**
* Compiles the CData Section node
*
* @param \DOMCdataSection $node
* @param DataObject $processedObject
* @return void
*/
public function compile(\DOMCdataSection $node, DataObject $processedObject)
{
//
}
}