PHP Class Functional\Tests\MagicGetException

Datei anzeigen Open project: lstrojny/functional-php

Protected Properties

Property Type Description
$throwExceptionInGet
$throwExceptionInIsset

Public Methods

Method Description
__construct ( $throwExceptionInIsset, $throwExceptionInGet )
__get ( $propertyName )
__isset ( $propertyName )

Method Details

__construct() public method

public __construct ( $throwExceptionInIsset, $throwExceptionInGet )

__get() public method

public __get ( $propertyName )

__isset() public method

public __isset ( $propertyName )

Property Details

$throwExceptionInGet protected_oe property

protected $throwExceptionInGet

$throwExceptionInIsset protected_oe property

protected $throwExceptionInIsset