id v user->getIdentity() – odkud se bere

rbx
Člen | 13
+
0
-

zdravím,
může mi někdo vysvětlit, odkud se bere ID objektu identity:
private $id ⇒ int(9)
ale
‚id‘ ⇒ int(8)
Vím, že id v datech je něco jiného, ale odkud se tedy vzalo to ID 9 objektu identita
celý objekt:
class Nette\Security\Identity#117 (3) { private $id ⇒ int(9) private $roles ⇒ array(1) { [0] ⇒ string(8) „customer“ } private $data ⇒ array(20) { ‚id‘ ⇒ int(8) ‚registration_number‘ ⇒ string(3) „009“ ‚name‘ ⇒ string(16) „Zákazník9 name“ ‚surname‘ ⇒ string(19) „Zákazník9 surname“ ‚password‘ ⇒ string(5) „hhhhh“ ‚email‘ ⇒ string(0) "" ‚street‘ ⇒ string(0) "" ‚city‘ ⇒ string(0) "" ‚zip‘ ⇒ string(0) "" ‚phone‘ ⇒ string(0) "" ‚role‘ ⇒ string(8) „customer“ ‚credit‘ ⇒ int(14) ‚lesson_place_id‘ ⇒ int(1) ‚note‘ ⇒ string(0) "" ‚state‘ ⇒ string(6) „active“ ‚date_create‘ ⇒ NULL ‚last_update‘ ⇒ class Nette\Utils\DateTime#93 (3) { public $date ⇒ string(26) „2019–04–03 10:45:30.000000“ public $timezone_type ⇒ int(3) public $timezone ⇒ string(13) „Europe/Prague“ } ‚lessonsCount‘ ⇒ int(0) ‚licenses‘ ⇒ array(0) { } } }

dík

CZechBoY
Člen | 3608
+
0
-

Pošli tvůj IAuthenticator, tam máš při vytváření Identity první parametr $id.