for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dallgoot\Yaml;
/**
*
* @author Stéphane Rebai <[email protected]>
* @license Apache 2.0
* @link TODO : url to specific online doc
*/
class NodeDirective extends Node
{
* Builds a directive. ---NOT IMPLEMENTED YET---
* @todo implement if required
public static function buildDirective()
// // TODO : implement
}