<?phpnamespace PrettusRepositoryContracts;/** * Interface Transformable * @package PrettusRepositoryContracts */interface Transformable{ /** * @return array */ public function transform();}