X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FValue.php;h=385d92b97363e1a165734d36fc81f36cf502de17;hb=9d4cfc9508b03a579dd62a28c0e9e428b5052f9b;hp=c9fc61406b39afad04a1f223a7c3e0b58df0ab1a;hpb=f4978078febfc4289bb4f45db6ca3f9e6c8c4f94;p=plcapi.git diff --git a/src/Value.php b/src/Value.php index c9fc614..385d92b 100644 --- a/src/Value.php +++ b/src/Value.php @@ -5,7 +5,7 @@ namespace PhpXmlRpc; use PhpXmlRpc\Helper\Charset; /** - * This class enables the creation and encapsulation of values for XML-RPC. + * This class enables the creation of values for XML-RPC, by encapsulating plain php values. */ class Value implements \Countable, \IteratorAggregate, \ArrayAccess {