getFullDesc() protected méthode

protected getFullDesc ( )
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with bad interfaces';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with cyclic coupling';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with spaghetti coupling';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' and print some metrics';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with LSP violation';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with hidden coupling';
 }
 protected function getFullDesc()
 {
     return parent::getFullDesc() . ' with centrality informations';
 }