Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Backend Class Reference
Inheritance diagram for Backend:
MySource_Object

Public Member Functions

 Backend ()
 
 getBackendUrl ($target='main')
 
 paint ()
 
 _printFrames ()
 
 _printHeader ()
 
 switchSideNav (tabName)
 
- Public Member Functions inherited from MySource_Object
 MySource_Object ()
 
 __sleep ()
 
 __wakeup ()
 

Data Fields

 $out
 
myspace section
 
border __pad0__: 1px solid #A2A2A2
 
margin __pad1__: 2px
 
width __pad2__: 273px
 
myspace section td
 
myspace section myspace section a
 
font size: 9px
 
color __pad3__: #666666
 
text decoration: none
 
myspace section header
 
myspace section myspace
section header 
a
 
font weight: bold
 
</style >< scripttype="text/javascript">
var 
oldTabName = 'asset_map'
 
 tabNames = Array('asset_map', 'my_space')
 
if(SQ_IN_LIMBO) else {
 
 if (defined('SQ_LICENCE_INSTALL_KEY'))
 
 $asset_map = new Asset_Map()
 
 $am_width = $GLOBALS['SQ_SYSTEM']->getUserPrefs('user', 'SQ_USER_ASSET_MAP_WIDTH')
 
 $user = $GLOBALS['SQ_SYSTEM']->user
 
 $inbox_link = $GLOBALS['SQ_SYSTEM']->am->getLink($user->id, SQ_LINK_TYPE_2, 'inbox', TRUE, NULL, 'major', '1')
 
if(empty($inbox_link)) else
 
 $inbox_url = $inbox_asset->getBackendHref('details')
 
 $new_message_url = $inbox_asset->getBackendHref('new_message')
 
 $sent_url = $inbox_asset->getBackendHref('sent')
 
 $trash_url = $inbox_asset->getBackendHref('trash')
 
 $details_url = $user->getBackendHref('details')
 
- Data Fields inherited from MySource_Object
 $_tmp
 

Detailed Description

Definition at line 33 of file backend.inc.

Member Function Documentation

_printFrames ( )

Print out the frames page

Returns
void private

Definition at line 224 of file backend.inc.

_printHeader ( )

Print out the top nav page

Returns
void private

Reloads the header window

Parameters
booleanforce if true, we MUST reload the header, otherwise it will be delayed until all messages are closed
Returns
void

Print out the Side Nav

Returns
void private

Definition at line 327 of file backend.inc.

Backend ( )

Constructor

Definition at line 48 of file backend.inc.

getBackendUrl (   $target = 'main')

Returns the url for editing a particular page

Parameters
string$targetthe page to edit
Returns
string private

Definition at line 63 of file backend.inc.

paint ( )

Paint the backend interface, depending on which frame is being displayed

Returns
void public

Definition at line 76 of file backend.inc.

Field Documentation

myspace section myspace section a
Initial value:
{
font-family: Arial

Definition at line 1175 of file backend.inc.

myspace section myspace section header a
Initial value:
{
font-size: 12px

Definition at line 1181 of file backend.inc.

if (empty($inbox_link)) else
Initial value:
{
$inbox_asset = $GLOBALS['SQ_SYSTEM']->am->getAsset($inbox_link['minorid'], $inbox_link['minor_type_code'])

Definition at line 1308 of file backend.inc.

myspace section
Initial value:
{
background-color: #FFFFFF

Definition at line 1169 of file backend.inc.


The documentation for this class was generated from the following file: