master
<?php namespace SMB\Arrayto\Interfaces; /** * Interface for write * * @author shimabox.net */ interface Writable { /** * write */ public function write(); }