SYMBOL INDEX (104 symbols across 17 files) FILE: src/Lib/Helper/Attendance.php class Attendance (line 7) | class Attendance method get (line 13) | static public function get(ZKTeco $self) method clear (line 63) | static public function clear(ZKTeco $self) FILE: src/Lib/Helper/Connect.php class Connect (line 10) | class Connect method connect (line 16) | static public function connect(ZKTeco $self) method disconnect (line 56) | static public function disconnect(ZKTeco $self) FILE: src/Lib/Helper/Device.php class Device (line 7) | class Device method name (line 13) | static public function name(ZKTeco $self) method enable (line 27) | static public function enable(ZKTeco $self) method disable (line 41) | static public function disable(ZKTeco $self) method powerOff (line 55) | public static function powerOff(ZKTeco $self) method restart (line 69) | public static function restart(ZKTeco $self) method sleep (line 83) | public static function sleep(ZKTeco $self) method resume (line 97) | public static function resume(ZKTeco $self) method testVoice (line 111) | public static function testVoice(ZKTeco $self) method clearLCD (line 125) | public static function clearLCD(ZKTeco $self) method writeLCD (line 140) | public static function writeLCD(ZKTeco $self, $rank, $text) FILE: src/Lib/Helper/Face.php class Face (line 7) | class Face method on (line 13) | static public function on(ZKTeco $self) FILE: src/Lib/Helper/Fingerprint.php class Fingerprint (line 7) | class Fingerprint method get (line 16) | static public function get(ZKTeco $self, $uid) method _getFinger (line 40) | private function _getFinger(ZKTeco $self, $uid, $finger) method set (line 80) | static public function set(ZKTeco $self, $uid, array $data) method _setFinger (line 105) | private function _setFinger(ZKTeco $self, $data) method remove (line 119) | static public function remove(ZKTeco $self, $uid, array $data) method _removeFinger (line 142) | private function _removeFinger(ZKTeco $self, $uid, $finger) method _checkFinger (line 160) | private function _checkFinger(ZKTeco $self, $uid, $finger) FILE: src/Lib/Helper/Os.php class Os (line 7) | class Os method get (line 13) | static public function get(ZKTeco $self) FILE: src/Lib/Helper/Pin.php class Pin (line 7) | class Pin method width (line 13) | static public function width(ZKTeco $self) FILE: src/Lib/Helper/Platform.php class Platform (line 7) | class Platform method get (line 13) | static public function get(ZKTeco $self) method getVersion (line 27) | static public function getVersion(ZKTeco $self) FILE: src/Lib/Helper/SerialNumber.php class SerialNumber (line 7) | class SerialNumber method get (line 13) | static public function get(ZKTeco $self) FILE: src/Lib/Helper/Ssr.php class Ssr (line 7) | class Ssr method get (line 13) | static public function get(ZKTeco $self) FILE: src/Lib/Helper/Time.php class Time (line 7) | class Time method set (line 14) | static public function set(ZKTeco $self, $t) method get (line 28) | static public function get(ZKTeco $self) FILE: src/Lib/Helper/User.php class User (line 7) | class User method set (line 19) | static public function set(ZKTeco $self, $uid, $userid, $name, $passwo... method get (line 58) | static public function get(ZKTeco $self) method clear (line 121) | static public function clear(ZKTeco $self) method clearAdmin (line 135) | static public function clearAdmin(ZKTeco $self) method remove (line 150) | static public function remove(ZKTeco $self, $uid) FILE: src/Lib/Helper/Util.php class Util (line 7) | class Util method encodeTime (line 84) | static public function encodeTime($t) method decodeTime (line 109) | static public function decodeTime($t) method reverseHex (line 139) | static public function reverseHex($hex) method getSize (line 159) | static public function getSize(ZKTeco $self) method createChkSum (line 180) | static public function createChkSum($p) method createHeader (line 226) | static public function createHeader($command, $chksum, $session_id, $r... method checkValid (line 257) | static public function checkValid($reply) method getUserRole (line 275) | static public function getUserRole($role) method getAttState (line 296) | static public function getAttState($state) method getAttType (line 320) | static public function getAttType($type) method recData (line 349) | static public function recData(ZKTeco $self, $maxErrors = 10, $first =... method logReceived (line 400) | static private function logReceived(ZKTeco $self, $received, $bytes) method logger (line 410) | static private function logger(ZKTeco $self, $str) FILE: src/Lib/Helper/Version.php class Version (line 8) | class Version method get (line 14) | static public function get(ZKTeco $self) FILE: src/Lib/Helper/WorkCode.php class WorkCode (line 7) | class WorkCode method get (line 13) | static public function get(ZKTeco $self) FILE: src/Lib/ZKTeco.php class ZKTeco (line 24) | class ZKTeco{ method __construct (line 38) | public function __construct($ip, $port = 4370) method _command (line 58) | public function _command($command, $command_string, $type = Util::COMM... method connect (line 97) | public function connect() method disconnect (line 107) | public function disconnect() method version (line 117) | public function version() method osVersion (line 127) | public function osVersion() method platform (line 137) | public function platform() method fmVersion (line 147) | public function fmVersion() method workCode (line 157) | public function workCode() method ssr (line 167) | public function ssr() method pinWidth (line 177) | public function pinWidth() method faceFunctionOn (line 185) | public function faceFunctionOn() method serialNumber (line 195) | public function serialNumber() method deviceName (line 205) | public function deviceName() method disableDevice (line 215) | public function disableDevice() method enableDevice (line 225) | public function enableDevice() method getUser (line 235) | public function getUser() method setUser (line 251) | public function setUser($uid, $userid, $name, $password, $role = Util:... method clearUsers (line 263) | public function clearUsers() method clearAdmin (line 273) | public function clearAdmin() method removeUser (line 284) | public function removeUser($uid) method getFingerprint (line 298) | public function getFingerprint($uid) method setFingerprint (line 311) | public function setFingerprint($uid, array $data) method removeFingerprint (line 323) | public function removeFingerprint($uid, array $data) method getAttendance (line 334) | public function getAttendance() method clearAttendance (line 344) | public function clearAttendance() method setTime (line 355) | public function setTime($t) method getTime (line 365) | public function getTime() method shutdown (line 376) | public function shutdown() method restart (line 386) | public function restart() method sleep (line 397) | public function sleep() method resume (line 408) | public function resume() method testVoice (line 419) | public function testVoice() method clearLCD (line 425) | public function clearLCD() method writeLCD (line 431) | public function writeLCD() FILE: src/Providers/ZktecoServiceProvider.php class ZktecoServiceProvider (line 7) | class ZktecoServiceProvider extends ServiceProvider { method boot (line 9) | public function boot(){ method register (line 13) | public function register(){