-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dokumentace: + přechod z 1.x na 2.x
Signed-off-by: sinacek <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#Přechod z verze 1.x na 2.x | ||
Zde jsou popsané nejčastější problémy vzniklé nekompatibilitou mezi verzí 1.x a 2.x. | ||
|
||
##Změna velikosti písmen ze SkautIS na Skautis | ||
|
||
Třídy, které dříve obsahovali SkautIS se nyní jmenují s malým "is", tedy Skautis namísto SkautIS. | ||
|
||
##get...Id() | ||
Funkce $skautis->getNecoId() (getLoginId(), getRoleId(), getUnitId()) se přesunuly do třídy [User](/src/User.php), kterou získáme pomocí getUser(). Tedy přístup k nim je přes $skautis->getUser()->getNecoId(). |