PHP Class DocumentedMethod

Show file Open project: ReactiveX/RxPHP Class Usage Examples

Public Properties

Property Type Description
$demos
$description
$isObservable
$methodName
$reactivexId

Public Methods

Method Description
fromReflectionMethod ( ReflectionMethod $method )

Private Methods

Method Description
__construct ( $methodName, $reactivexId, $description, $demos, $isObservable )

Method Details

fromReflectionMethod() public static method

public static fromReflectionMethod ( ReflectionMethod $method )
$method ReflectionMethod

Property Details

$demos public property

public $demos

$description public property

public $description

$isObservable public property

public $isObservable

$methodName public property

public $methodName

$reactivexId public property

public $reactivexId