php-abstract-class   [plain text]


abstract class RIGHT
{
    const FOO = 'ChangeMe';
}