DiffOp.php
Same filename in other branches
Namespace
Drupal\Component\Diff\EngineFile
-
core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOp.php
View source
<?php
namespace Drupal\Component\Diff\Engine;
/**
* @todo document
* @private
* @subpackage DifferenceEngine
*/
class DiffOp {
public $type;
public $orig;
public $closing;
}
Classes
Title | Deprecated | Summary |
---|---|---|
DiffOp | @todo document @private @subpackage DifferenceEngine |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.