Class: AddOnLink

Source Location: /CORE/system/classes/util/links/AddOnLink.php

Class AddOnLink

Class Overview

This class generates the URL to the Image Chooser Application.

Located in /CORE/system/classes/util/links/AddOnLink.php [line 38]

CMSLink
   |
   --AddOnLink
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: AddOnLink.php,v 1.1 2008/03/07 23:33:05 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
AddOnLink   AddOnLink()  
void   setAddOnName()   This defines the name of the AddOn to load.
void   setScript()   This defines the PHP Script to load. The Script must have the extension .php

[ Top ]
Methods
Constructor AddOnLink  [line 41]

  AddOnLink AddOnLink( [ $name = ''], [ $file = '']  )

Parameters:
   $name: 
   $file: 


[ Top ]
setAddOnName  [line 58]

  void setAddOnName( String $name  )

This defines the name of the AddOn to load.

This is the directory name below /addon/.

Parameters:
String   $name:  the name of the AddOn


[ Top ]
setScript  [line 67]

  void setScript( String $name  )

This defines the PHP Script to load. The Script must have the extension .php

Parameters:
String   $name:  the script name without extension


[ Top ]