Post DTO getPrivate() method added.
This commit is contained in:
parent
2ed693fbcd
commit
f043649ad0
|
@ -176,6 +176,14 @@ class Post
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public function getPrivate()
|
||||||
|
{
|
||||||
|
return $this->private;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue