X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Fsrc%2FUtility%2FPath%2FPathComponentBase.php;fp=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Fsrc%2FUtility%2FPath%2FPathComponentBase.php;h=a286867e8029eec30e5305856d6352f8184c56ea;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/drupalmoduleupgrader/src/Utility/Path/PathComponentBase.php b/web/modules/contrib/drupalmoduleupgrader/src/Utility/Path/PathComponentBase.php new file mode 100644 index 000000000..a286867e8 --- /dev/null +++ b/web/modules/contrib/drupalmoduleupgrader/src/Utility/Path/PathComponentBase.php @@ -0,0 +1,34 @@ +value = $value; + } + + /** + * {@inheritdoc} + */ + public function __toString() { + return $this->value; + } + +}