mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-15 07:58:41 +00:00
cleanup and tests added for ci/cd
This commit is contained in:
parent
f7ac409a42
commit
cda7f3d689
|
|
@ -258,7 +258,11 @@ class Event
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $createdBy Creator
|
* Set creator
|
||||||
|
*
|
||||||
|
* @param int $createdBy Creator
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -269,8 +273,12 @@ class Event
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Set location
|
||||||
|
*
|
||||||
* @param Location $location Event location
|
* @param Location $location Event location
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setLocation(Location $location) : void
|
public function setLocation(Location $location) : void
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,13 @@ class BaseView extends View
|
||||||
$this->setTemplate('/Modules/Calendar/Theme/Backend/Components/Event/popup');
|
$this->setTemplate('/Modules/Calendar/Theme/Backend/Components/Event/popup');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get event view id
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
public function getId() : string
|
public function getId() : string
|
||||||
{
|
{
|
||||||
return $this->id;
|
return $this->id;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user