Created calendar service and moved the context menu creation there
This commit is contained in:
parent
230d1a6aa9
commit
418bf0b5ff
6 changed files with 218 additions and 139 deletions
|
@ -175,4 +175,14 @@ class CcShowInstances extends BaseCcShowInstances {
|
|||
return true;
|
||||
}
|
||||
|
||||
public function isRecorded()
|
||||
{
|
||||
return $this->getDbRecord() == 1 ? true : false;
|
||||
}
|
||||
|
||||
public function isRebroadcast()
|
||||
{
|
||||
return $this->getDbRebroadcast() == 1 ? true : false;
|
||||
}
|
||||
|
||||
} // CcShowInstances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue