mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-14 02:48:47 +00:00
Fixed twitter link
This commit is contained in:
20
vendor/myclabs/deep-copy/fixtures/f001/A.php
vendored
Normal file
20
vendor/myclabs/deep-copy/fixtures/f001/A.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace DeepCopy\f001;
|
||||
|
||||
class A
|
||||
{
|
||||
private $aProp;
|
||||
|
||||
public function getAProp()
|
||||
{
|
||||
return $this->aProp;
|
||||
}
|
||||
|
||||
public function setAProp($prop)
|
||||
{
|
||||
$this->aProp = $prop;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user