PHPSA\ScopePointer::__construct PHP Méthode

__construct() public méthode

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