📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
vendor
/
valga
/
fbns-react
/
src
📝
AuthInterface.php
← Geri Dön
<?php namespace Fbns\Client; interface AuthInterface { /** * @return string */ public function getClientId(); /** * @return string */ public function getClientType(); /** * @return int */ public function getUserId(); /** * @return string */ public function getPassword(); /** * @return string */ public function getDeviceId(); /** * @return string */ public function getDeviceSecret(); /** * @return string */ public function __toString(); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula