PHP Class Kraken\Container\Object\InvokableObject

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$obj object

Public Methods

Method Description
__construct ( object $obj )
__destruct ( )
getObject ( ) : object

Method Details

__construct() public method

public __construct ( object $obj )
$obj object

__destruct() public method

public __destruct ( )

getObject() public method

public getObject ( ) : object
return object

Property Details

$obj protected property

protected object $obj
return object