From f043649ad060fac7d4253e66f96fa4a2e00fe962 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Wed, 23 Mar 2016 22:34:12 +0300 Subject: [PATCH] Post DTO getPrivate() method added. --- .../Bundle/PointToolsBundle/DTO/Api/Crawler/Post.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Skobkin/Bundle/PointToolsBundle/DTO/Api/Crawler/Post.php b/src/Skobkin/Bundle/PointToolsBundle/DTO/Api/Crawler/Post.php index 0e70096..0f238f2 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/DTO/Api/Crawler/Post.php +++ b/src/Skobkin/Bundle/PointToolsBundle/DTO/Api/Crawler/Post.php @@ -176,6 +176,14 @@ class Post return $this; } + /** + * @return boolean + */ + public function getPrivate() + { + return $this->private; + } + /** * @return boolean */