text stringlengths 0 14.1k |
|---|
*/ |
private $markup; |
/** |
* @ORM\OneToOne(targetEntity=""Snippet"") |
* @Type(""Terrific\Composition\Entity\Snippet"") |
* @Groups({""module_details""}) |
*/ |
private $style; |
/** |
* @ORM\OneToOne(targetEntity=""Snippet"") |
* @Type(""Terrific\Composition\Entity\Snippet"") |
* @Groups({""module_details""}) |
*/ |
private $script; |
/** |
* Get id |
* |
* @return integer |
*/ |
public function getId() |
{ |
return $this->id; |
} |
/** |
* Set title |
* |
* @param string $title |
*/ |
public function setTitle($title) |
{ |
$this->title = $title; |
} |
/** |
* Get title |
* |
* @return string |
*/ |
public function getTitle() |
{ |
return $this->title; |
} |
/** |
* Set description |
* |
* @param text $description |
*/ |
public function setDescription($description) |
{ |
$this->description = $description; |
} |
/** |
* Get description |
* |
* @return text |
*/ |
public function getDescription() |
{ |
return $this->description; |
} |
/** |
* Set markup |
* |
* @param Terrific\Composition\Entity\Snippet $markup |
*/ |
public function setMarkup(\Terrific\Composition\Entity\Snippet $markup) |
{ |
$this->markup = $markup; |
} |
/** |
* Get markup |
* |
* @return Terrific\Composition\Entity\Snippet |
*/ |
public function getMarkup() |
{ |
return $this->markup; |
} |
/** |
* Set style |
* |
* @param Terrific\Composition\Entity\Snippet $style |
*/ |
public function setStyle(\Terrific\Composition\Entity\Snippet $style) |
{ |
$this->style = $style; |
} |
/** |
* Get style |
* |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.