Class: House
SOURCE LOCATION: /dpuniverse/page/house.php
Methods Summary
| void |
createDpPage() |
Sets up the page at object creation time |
Methods
void actionLock(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
void actionSearch(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
void actionUnlock(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
void createDpPage(
)
Sets up the page at object creation time
getChestStatusStr [line 427]
void getChestStatusStr(
$item
)
| PARAMETERS: |
|
$item |
|
| ACCESS: | public |
getDoorStatusStr [line 422]
void getDoorStatusStr(
$item
)
| PARAMETERS: |
|
$item |
|
| ACCESS: | public |
getIsDoorUnlocked [line 134]
void getIsDoorUnlocked(
)
void resetDpPage(
)
Called at regular intervals
setIsChestUnlocked [line 144]
void setIsChestUnlocked(
$isChestUnlocked
)
| PARAMETERS: |
|
$isChestUnlocked |
|
| ACCESS: | public |
setIsDoorUnlocked [line 96]
void setIsDoorUnlocked(
$isDoorUnlocked , [
$updateAlley = TRUE]
)
| PARAMETERS: |
|
$isDoorUnlocked |
|
| |
$updateAlley |
|
| ACCESS: | public |
|
|