for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/******************************************************************************
* An implementation of dicto (scg.unibe.ch/dicto) in and for PHP.
*
* Copyright (c) 2016 Richard Klees <[email protected]>
* This software is licensed under The MIT License. You should have received
* a copy of the licence along with the code.
*/
namespace Lechimp\Dicto\Variables;
class Classes extends Variable {
/**
* @inheritdoc
public function explain($text) {
$v = new Classes($this->name());
$v->setExplanation($text);
return $v;
}