PHP Class Editing1\JetBrains\BasicCompletion

Exibir arquivo Open project: jetbrains/phpstorm-workshop

Public Properties

Property Type Description
$Age integer
$Name string

Public Methods

Method Description
basicCompletion ( ) Complete the statement using the keyboard shortcut.
run ( )
sayGoodbye ( )
sayHello ( )
veryLongFunctionName ( )

Method Details

basicCompletion() public method

Complete the statement using the keyboard shortcut.
public basicCompletion ( )

run() public method

public run ( )

sayGoodbye() public method

public sayGoodbye ( )

sayHello() public method

public sayHello ( )

veryLongFunctionName() public method

Property Details

$Age public_oe property

public int $Age
return integer

$Name public_oe property

public string $Name
return string