App\Models\Forum\TopicVote::__construct PHP Метод

__construct() публичный Метод

public __construct ( $topic )
    public function __construct($topic)
    {
        $this->topic = $topic;
    }