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 */