PHP Class TestClass

Mostrar archivo Open project: phalcon/cphalcon Class Usage Examples

Public Properties

Property Type Description
$testProp1 string This is a property string
$testProp2
$testProp3
$testProp4
$testProp5
$testProp6 This is a comment

Public Methods

Method Description
testMethod1 ( ) : string This is a property string
testMethod2 ( )
testMethod3 ( )
testMethod4 ( )
testMethod5 ( )

Method Details

testMethod1() public method

This is a property string
public testMethod1 ( ) : string
return string

testMethod2() public method

public testMethod2 ( )

testMethod3() public method

public testMethod3 ( )

testMethod4() public method

public testMethod4 ( )

testMethod5() public method

public testMethod5 ( )

Property Details

$testProp1 public_oe property

This is a property string
public string $testProp1
return string

$testProp2 public_oe property

public $testProp2

$testProp3 public_oe property

public $testProp3

$testProp4 public_oe property

public $testProp4

$testProp5 public_oe property

public $testProp5

$testProp6 public_oe property

This is a comment
public $testProp6