Class AdminT12

Description

declares administration interface basic class

Located in /admin/AdminT12.inc.php (line 4)

Admin
   |
   --AdminT12
Method Summary
AdminT12 __construct (mixed $post, mixed $get, string $login, string $pass, boolean $strict_mode, int $tab)
array assigned_categories (int $publication_id)
array empty_ext_attr ()
void execute ()
array filled_ext_attr ()
void update_publication (int $_publication_id)
Variables
Methods
Constructor __construct (line 15)

Constructor

  • access: public
AdminT12 __construct (mixed $post, mixed $get, string $login, string $pass, boolean $strict_mode, int $tab)
  • string $login
  • string $pass
  • boolean $strict_mode: check form data strict or messily
  • int $tab: show tab==1 or tab==2, (choice between unconfirmed and confirmed publications list)

Redefinition of:
Admin::__construct()
Constructor
assigned_categories (line 982)

Return ids of categories assigned to the specified publication

  • return: array of category ids
  • access: protected
array assigned_categories (int $publication_id)
  • int $publication_id
display_publ_list (line 572)

Display tab 1 or 2 entry point (show list of unconfirmed or list of confirmed publications)

  • access: public
void display_publ_list ()
empty_ext_attr (line 959)

Recognize which extensible attribute have not been assigned

  • return: of $attribute_id => $attrinute_name
  • access: protected
array empty_ext_attr ()
execute (line 24)

Execute admin tab1 or tab2

  • access: public
void execute ()

Redefinition of:
Admin::execute()
Execute admin
filled_ext_attr (line 937)

Recognize which extensible attribute have been assigned

  • return: of $attribute_id => $attrinute_name
  • access: protected
array filled_ext_attr ()
update_publication (line 719)

Update publication

  • access: protected
void update_publication (int $_publication_id)
  • int $_publication_id: publication id

Inherited Methods

Inherited From Admin

Admin::__construct()
Admin::execute()

Documentation generated on Thu, 29 Jun 2006 22:12:39 +0200 by phpDocumentor 1.3.0RC3