<?php /** * @file Contains \api\test2\ClassB. */ namespace api\test2; /** * Another sample class in a namespace. */ class ClassB { /** * An exciting method. */ function bMethod() { } }
Главная | Обратная связь