<?php
class Plugin_Button {
protected $link;
function __construct($link) {
$this->link = $link;
}
?>