Opis\Closure\SelfReference::__construct PHP Метод

__construct() публичный Метод

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