SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class FileModel

Variables

NameVisibilityDescription
$author 
$date_added 
$date_file_modified 
$date_modified 
$date_published 
$description 
$document_type 
$embed_author 
$enable_indexing 
$filename 
$focal_points 
$id 
$name 
$plaintext 
$sha1 
$subsite_id 
$type 

Functions

NameVisibilityDescription
getConnectionpublic (static) 
getTableNamepublic (static) 
getUidprotectedGenerate an appropriate UUID.
rulespublic 
savepublic 

public getConnection (from Model)

unknown Model::getConnection ( );

This function does not have a description

public getTableName

unknown FileModel::getTableName ( );

This function does not have a description

protected getUid (from Model)

string $Model->getUid ( );

Generate an appropriate UUID.

Beware - new records are created with a UUIDv4 while the save() method
generates a UUIDv5. Theoretically this shouldn't be externally apparent
due to the wrapping transaction.

public rules (from Model)

unknown $Model->rules ( );

This function does not have a description

public save (from Model)

unknown $Model->save ( [ mixed $validate ] );

This function does not have a description