Opis\Closure\SelfReference::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( object $object )
$object object
    public function __construct($object)
    {
        $this->hash = spl_object_hash($object);
    }
SelfReference