aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 8d385eb4..b71c467c 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -193,15 +193,6 @@ class Entry
193 private $previewPicture; 193 private $previewPicture;
194 194
195 /** 195 /**
196 * @var bool
197 *
198 * @ORM\Column(name="is_public", type="boolean", nullable=true, options={"default" = false})
199 *
200 * @Groups({"export_all"})
201 */
202 private $isPublic;
203
204 /**
205 * @var string 196 * @var string
206 * 197 *
207 * @ORM\Column(name="http_status", type="string", length=3, nullable=true) 198 * @ORM\Column(name="http_status", type="string", length=3, nullable=true)
@@ -550,22 +541,6 @@ class Entry
550 } 541 }
551 542
552 /** 543 /**
553 * @return bool
554 */
555 public function isPublic()
556 {
557 return $this->isPublic;
558 }
559
560 /**
561 * @param bool $isPublic
562 */
563 public function setIsPublic($isPublic)
564 {
565 $this->isPublic = $isPublic;
566 }
567
568 /**
569 * @return ArrayCollection<Tag> 544 * @return ArrayCollection<Tag>
570 */ 545 */
571 public function getTags() 546 public function getTags()