App\Libraries\Skype\ButtonCard::__construct PHP Method

__construct() public method

public __construct ( $type, $title, $value, $url = false )
    public function __construct($type, $title, $value, $url = false)
    {
        $this->type = $type;
        $this->title = $title;
        $this->value = $value;
        $this->image = $url;
    }
ButtonCard