Example #1
0
 /**
  *
  * @access public
  * @param  \Map2u\ForumBundle\Entity\Post $post
  * @return bool
  */
 public function isLocked(Post $post)
 {
     if ($this->enabled) {
         return $post->isLocked();
     }
     return false;
 }