RT::Shortener - RT Shortener object
use RT::Shortener;
Object to operate on a single RT Shortener record.
Returns the current value of id. (In the database, id is stored as int(11).)
Returns the current value of Code. (In the database, Code is stored as varchar(64).)
Returns the current value of Content. (In the database, Content is stored as blob.)
Returns the current value of Permanent. (In the database, Permanent is stored as smallint(6).)
Returns the current value of Creator. (In the database, Creator is stored as int(11).)
Returns the current value of Created. (In the database, Created is stored as datetime.)
Returns the current value of LastUpdatedBy. (In the database, LastUpdatedBy is stored as int(11).)
Returns the current value of LastUpdated. (In the database, LastUpdated is stored as datetime.)
Returns the current value of LastAccessedBy. (In the database, LastAccessedBy is stored as int(11).)
Returns an RT::User object of the last user to access this object
Returns the current value of LastAccessed. (In the database, LastAccessed is stored as datetime.)
Returns an RT::Date object of the current value of LastAccessed.
Returns the localized string of LastAccessedObj
with current user's preferred format and timezone.
This routine updates the LastAccessed and LastAccessedBy columns of the row in question It takes no options.
← Back to index