for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by IntelliJ IDEA.
* User: yoshi
* Date: 29.01.16
* Time: 15:48
*/
namespace CodeMine\ConfluenceImporter\Parser\Structure\Attribute;
class Constant extends Attribute
{
private $value;
* @param mixed $value
public function setValue($value)
$this->value = $value;
}