Polls::__construct PHP Method

__construct() public method

public __construct ( $db, $user, $forum = null )
    public function __construct($db, $user, $forum = null)
    {
        $this->db = $db;
        $this->user = $user;
        $this->forum = $forum;
    }