Documentation

DocblockFormatterTest extends TestCase
in package

Table of Contents

testFormat()  : mixed
methodWithDocblock()  : string
This is a docblock!

Methods

methodWithDocblock()

This is a docblock!

private methodWithDocblock(mixed $foo[, int $bar = 1 ]) : string
Parameters
$foo : mixed

It's a foo thing

$bar : int = 1

This is definitely bar

Tags
author

Justin Hileman justin@justinhileman.info

throws
InvalidArgumentException

if $foo is empty

Return values
string

A string of no consequence

Search results