Class FileAttributeKey

Description

An object that represents metadata added to files.

Located in /models/attribute/categories/file.php (line 21)

Object
   |
   --AttributeKey
      |
      --FileAttributeKey
Variable Summary
Method Summary
 static void getByHandle ( $akHandle)
 static void getByID ( $akID)
 static void getColumnHeaderList ()
 static void getImporterList ([ $fv = false])
 static void getList ()
 static void getSearchableIndexedList ()
 static void getSearchableList ()
 static void getUserAddedList ()
 void add ( $at,  $args, [ $pkg = false])
 void delete ()
 void get ( $akID)
 AttributeValueList getAttributes ( $fID,  $fvID, [ $method = 'getValue'])
 void getAttributeValue ( $avID, [ $method = 'getValue'])
 void saveAttribute ( $f, [ $value = false])
Variables
mixed $searchIndexFieldDefinition = 'fID I(11) UNSIGNED NOTNULL DEFAULT 0 PRIMARY' (line 27)
  • access: protected
Methods
static getByHandle (line 70)
  • access: public
void getByHandle ( $akHandle)
  • $akHandle
static getByID (line 56)
  • access: public
void getByID ( $akID)
  • $akID
static getColumnHeaderList (line 161)
  • access: public
void getColumnHeaderList ()
static getImporterList (line 105)
  • access: public
void getImporterList ([ $fv = false])
  • $fv
static getList (line 94)
  • access: public
void getList ()

Redefinition of:
AttributeKey::getList()
Returns a list of all attributes of this category
static getSearchableIndexedList (line 101)
  • access: public
void getSearchableIndexedList ()
static getSearchableList (line 98)
  • access: public
void getSearchableList ()
static getUserAddedList (line 121)
  • access: public
void getUserAddedList ()
add (line 156)
  • access: public
void add ( $at,  $args, [ $pkg = false])
  • $at
  • $args
  • $pkg

Redefinition of:
AttributeKey::add()
Adds an attribute key.
delete (line 166)
  • access: public
void delete ()

Redefinition of:
AttributeKey::delete()
get (line 128)
  • access: public
void get ( $akID)
  • $akID
getAttributes (line 34)

Returns an attribute value list of attributes and values (duh) which a collection version can store against its object.

  • access: public
AttributeValueList getAttributes ( $fID,  $fvID, [ $method = 'getValue'])
  • $fID
  • $fvID
  • $method
getAttributeValue (line 48)
  • access: public
void getAttributeValue ( $avID, [ $method = 'getValue'])
  • $avID
  • $method
getIndexedSearchTable (line 23)
  • access: public
void getIndexedSearchTable ()

Redefinition of:
AttributeKey::getIndexedSearchTable()
saveAttribute (line 132)
  • access: protected
void saveAttribute ( $f, [ $value = false])
  • $f
  • $value

Redefinition of:
AttributeKey::saveAttribute()
Calls the functions necessary to save this attribute to the database. If no passed value is passed, then we save it via the stock form.

Inherited Methods

Inherited From AttributeKey

 AttributeKey::add()
 AttributeKey::addAttributeValue()
 AttributeKey::clearAttributeSets()
 AttributeKey::createIndexedSearchTable()
 AttributeKey::delete()
 AttributeKey::duplicate()
 AttributeKey::getAttributeKeyCategoryID()
 AttributeKey::getAttributeKeyDisplayHandle()
 AttributeKey::getAttributeKeyHandle()
 AttributeKey::getAttributeKeyIconSRC()
 AttributeKey::getAttributeKeyID()
 AttributeKey::getAttributeKeyName()
 AttributeKey::getAttributeKeyType()
 AttributeKey::getAttributeSets()
 AttributeKey::getAttributeType()
 AttributeKey::getAttributeValueIDList()
 AttributeKey::getController()
 AttributeKey::getIndexedSearchTable()
 AttributeKey::getInstanceByID()
 AttributeKey::getKeyHandle()
 AttributeKey::getKeyID()
 AttributeKey::getKeyName()
 AttributeKey::getList()
 AttributeKey::getListByPackage()
 AttributeKey::getPackageHandle()
 AttributeKey::getPackageID()
 AttributeKey::getSearchIndexFieldDefinition()
 AttributeKey::inAttributeSet()
 AttributeKey::isAttributeKeyAutoCreated()
 AttributeKey::isAttributeKeyColumnHeader()
 AttributeKey::isAttributeKeyContentIndexed()
 AttributeKey::isAttributeKeyEditable()
 AttributeKey::isAttributeKeySearchable()
 AttributeKey::load()
 AttributeKey::outputSearchHTML()
 AttributeKey::refreshCache()
 AttributeKey::reindex()
 AttributeKey::render()
 AttributeKey::saveAttribute()
 AttributeKey::saveAttributeForm()
 AttributeKey::setAttribute()
 AttributeKey::setAttributeKeyColumnHeader()
 AttributeKey::setAttributeSet()
 AttributeKey::update()
 AttributeKey::updateSearchIndex()
 AttributeKey::validateAttributeForm()
 AttributeKey::__destruct()

Documentation generated on Thu, 15 Sep 2011 16:36:25 -0700 by phpDocumentor 1.4.1