Current path: home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/myclabs/deep-copy/fixtures/f001/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/myclabs/deep-copy/fixtures
<?php
namespace DeepCopy\f001;
class A
{
private $aProp;
public function getAProp()
{
return $this->aProp;
}
public function setAProp($prop)
{
$this->aProp = $prop;
return $this;
}
}