App\APIObjects\Topic::__construct PHP Method

__construct() public method

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