- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::PodcastItem
::xowiki::PodcastItem create ...
Class Relations
::xo::db::CrClass create ::xowiki::PodcastItem \ -superclass ::xowiki::FileMethods (to be applied on instances)
duration (setter)
keywords (setter)
mime_type (setter)
podcast_item_id (setter)
pub_date (setter)
render_content (scripted)
set content [next] append content <ul> foreach {label var} { #xowiki.title# title #xowiki.PodcastItem-subtitle# subtitle #xowiki.Page-creator# creator #xowiki.PodcastItem-pub_date# pub_date #xowiki.PodcastItem-duration# duration #xowiki.PodcastItem-keywords# keywords } { append content "<li><em>$label:</em> [set :$var]\n" } append content </ul> return $contentsubtitle (setter)
update (scripted)
::xo::dc transaction { next :instvar object_id pub_date subtitle keywords duration ::xo::dc dml update_xowiki_podcast_item {update xowiki_podcast_item set pub_date = :pub_date,subtitle = :subtitle,keywords = :keywords,duration = :duration where podcast_item_id = :object_id } }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables