1 2 3 4 5 6
<?php interface FormatInterface{ public function stringify(); public function display(); public function setItems(array $bridges); }