<?php abstract class plugin{ public $api; public function __construct($api){ $this->api = $api; } }