PHP Class ChildClass, dots

Inheritance: extends ParentClass
Afficher le fichier Open project: noahfrederick/dots Class Usage Examples

Méthodes publiques

Méthode Description
brace_fun ( )
empty_fun ( )
fun_name ( )
fun_with_args ( ChildClass $class, $whatever = null )
fun_with_blocks ( )
fun_with_multiline_args ( $one, $two, $three )
plain_fun ( )

Méthodes protégées

Méthode Description
protected_fun_name ( )

Private Methods

Méthode Description
priv_fun_name ( )

Method Details

brace_fun() public méthode

public brace_fun ( )

empty_fun() public méthode

public empty_fun ( )

fun_name() public méthode

public fun_name ( )

fun_with_args() public méthode

public fun_with_args ( ChildClass $class, $whatever = null )
$class ChildClass

fun_with_blocks() public méthode

public fun_with_blocks ( )

fun_with_multiline_args() public méthode

public fun_with_multiline_args ( $one, $two, $three )

plain_fun() public méthode

public plain_fun ( )

protected_fun_name() protected méthode

protected protected_fun_name ( )