Deleted button

This commit is contained in:
Kevin Frantz 2018-07-15 11:41:01 +02:00
parent f750ae65c7
commit 2ceaf0e515

View File

@ -1,18 +0,0 @@
<?php
namespace router\link;
/**
* A button containes out of a link and post parameters
* @author kevinfrantz
* @deprecated
*
*/
class Button
{
private $link;
public function __construct(Link $link,array $post){
$this->link;
}
}