<?php /** * For manipulating files. */ /** * Class Foo1 */ class Foo1 { public function bar() { // action body } }