<?php namespace Module\Partner\Biz; abstract class AbstractPartnerPositionBiz { abstract public function name(); abstract public function title(); }