PHPSA\ScopePointer::__construct PHP Method

__construct() public method

Initializes the scopePointer with an object
public __construct ( $object )
$object
    public function __construct($object)
    {
        $this->object = $object;
    }