6 lines
108 B
PHP
6 lines
108 B
PHP
|
<?php
|
||
|
abstract class SdMetier_Scoring_Comment_Abstract implements SdMetier_Scoring_Comment_Interface
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|