MediaObject __construct(
)
|
|
Class instantiator
Redefinition of:
- ThemeObject::__construct()
- Class instantiator
Redefined in descendants as:
string getDesc(
[
$locale = NULL]
)
|
|
Returns the description
Parameters:
string getPasswordHint(
[
$locale = NULL]
)
|
|
Returns the password hint
Parameters:
void setDesc(
string
$desc
)
|
|
Stores the description
Parameters:
string |
$desc: |
description text |
void setExpireDate(
$ed
)
|
|
sets the expire date
Parameters:
void setPassword(
string
$pwd
)
|
|
Sets the encrypted password
Parameters:
string |
$pwd: |
the cleartext password |
void setPasswordHint(
string
$hint
)
|
|
Sets the password hint
Parameters:
string |
$hint: |
the hint text |
void setPublishDate(
$ed
)
|
|
sets the publish date
Parameters:
void setSortOrder(
string
$sortorder
)
|
|
Stores the sort order
Parameters:
string |
$sortorder: |
image sort order |
void setUser(
string
$user
)
|
|
Sets the guest user
Parameters: