). */ require_once dirname(__FILE__, 2) . '/base/delegate/delegate.class.php'; class diff extends baseDelegate { protected static $className = 'GorHill\FineDiff\FineDiff'; public function __construct($from = '', $to = '', $granularityStack = null) { $this->instance = new static::$className($from, $to, $granularityStack); } }