14 lines
163 B
PHP
Executable File

<?php
class SomeClass
{
public function doSomething($a, $b)
{
return;
}
public function doSomethingElse($c)
{
return;
}
}