Sha256: b0489586922f496a2d2dd3e71fc4dfafca0dc1e7d81bbaccf7f8cd52e4535a62
Contents?: true
Size: 485 Bytes
Versions: 5
Compression:
Stored size: 485 Bytes
Contents
namespace Test; use Test\Foo; class Bar { protected a; private b; public c {set, get}; public function __construct(string str, boolean bool) { let this->c = str; this->setC(bool); let this->b = []; } public function sayHello(string name) { echo "Hello " . name; } protected function loops() { for a in b { echo a; } loop { return "boo!"; } } }
Version data entries
5 entries across 5 versions & 2 rubygems