Pressroom template verwijderd, website naar root van repo
This commit is contained in:
36
vendor/phpspec/prophecy/fixtures/SpecialMethods.php
vendored
Normal file
36
vendor/phpspec/prophecy/fixtures/SpecialMethods.php
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
class SpecialMethods
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
function __destruct()
|
||||
{
|
||||
}
|
||||
|
||||
function __call($name, $arguments)
|
||||
{
|
||||
}
|
||||
|
||||
function __sleep()
|
||||
{
|
||||
}
|
||||
|
||||
function __wakeup()
|
||||
{
|
||||
}
|
||||
|
||||
function __toString()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
function __invoke()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user