Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 3.54 KB

ExtendExtendClass.md

File metadata and controls

80 lines (55 loc) · 3.54 KB

Clean\PhpDocMd\Example\ExtendExtendClass

Implements:

Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable

Extend:

Clean\PhpDocMd\Example\ExtendClass

Methods

Name Description
public2Method A summary informing the user what the associated element does.

Inherited methods

Name Description
__construct Construct an ArrayIterator
append Append an element
asort Sort array by values
count Count elements
current Return current array entry
getArrayCopy Get array copy
getFlags Get flags
key Return current array key
ksort Sort array by keys
natcasesort Sort an array naturally, case insensitive
natsort Sort an array naturally
next Move to next entry
offsetExists Check if offset exists
offsetGet Get value for an offset
offsetSet Set value for an offset
offsetUnset Unset value for an offset
publicMethod A summary informing the user what the associated element does.
rewind Rewind array back to the start
seek Seek to position
serialize Serialize
setFlags Set behaviour flags
uasort Sort with a user-defined comparison function and maintain index association
uksort Sort by keys using a user-defined comparison function
unserialize Unserialize
valid Check whether array contains more entries

ExtendExtendClass::public2Method

Description

public public2Method (string $firstArgument, string $secondArgument)

A summary informing the user what the associated element does.

A description, that can span multiple lines, to go in-depth into the details of this element
and to provide some background information or textual references.

Parameters

  • (string) $firstArgument : With a description of this argument, these may also
    span multiple lines.
  • (string) $secondArgument : With a description of this argument, these may also
    span multiple lines.

Return Values

void