for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the Ariadne Component Library.
*
* (c) Muze <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace arc\xml;
/**
* This class is used by Writer to represent child nodes.
class NodeList extends \ArrayObject {
use NodeListTrait;
}