D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
phpspec
/
prophecy
/
fixtures
/
Filename :
WithVirtuallyPrivateMethod.php
back
Copy
<?php namespace Fixtures\Prophecy; class WithVirtuallyPrivateMethod { public function __toString() { return ''; } public function _getName() { } public function isAbstract() { } }