PHP Class Zephir\ClassMethodParameters

Represents the parameters defined in a method
Inheritance: implements Countable, implements Iterator
Show file Open project: phalcon/zephir Class Usage Examples

Public Methods

Method Description
__construct ( array $parameters ) ClassMethodParameters constructor.
count ( ) : integer
current ( )
getParameters ( ) : array Return internal parameters
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

ClassMethodParameters constructor.
public __construct ( array $parameters )
$parameters array

count() public method

public count ( ) : integer
return integer

current() public method

public current ( )

getParameters() public method

Return internal parameters
public getParameters ( ) : array
return array

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )