Single_Edit_Post_Link::__construct( TECEventsCustom_TablesV1ModelsOccurrence $occurrence )
Single_Edit_Post_Link constructor.
Contents
since 6.0.1
Parameters
- $occurrence
-
(TECEventsCustom_TablesV1ModelsOccurrence) (Required) The Occurrence model instance to build the link for.
Source
File: src/Events_Pro/Custom_Tables/V1/Updates/Post_Links/Single_Edit_Post_Link.php
public function __construct( Occurrence $occurrence ) {
$this->occurrence = $occurrence;
}