GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Interchange6::Schema::Result::Media(3) User Contributed Perl Documentation Interchange6::Schema::Result::Media(3)

Interchange6::Schema::Result::Media

Primary key.

The image/video file.

Is nullable.

The image/video uri.

Defaults to empty string.

Mime type.

Defaults to empty string.

Label.

Defaults to empty string.

FK on "users_id" in Interchange6::Schema::Result::User.

Date and time when this record was created returned as DateTime object. Value is auto-set on insert.

Date and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.

Boolean whether media is active. Defaults to true (1).

FK on "media_types_id" in Interchange6::Schema::Result::MediaType.

Priority for display. Defaults to 0.

  • "media_id"
  • "media_types_id"

Type: belongs_to

Related object: Interchange6::Schema::Result::User

Type: belongs_to

Related object: Interchange6::Schema::Result::MediaType

Type: has_many

Related object: Interchange6::Schema::Result::MediaProduct

Type: has_many

Related object: Interchange6::Schema::Result::MediaNavigation

Type: has_many

Related object: Interchange6::Schema::Result::MediaMessage

Type: many_to_many with product.

Type: many_to_many with media_displays

Return the media type looking into MediaDisplay and MediaType.

Return an hashref with the media display type and the final uri.

Return the uri for the display type (or undef if not found).
2016-07-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.