7 lines
61 B
PHP
7 lines
61 B
PHP
<?php
|
|
/**
|
|
* @author markus
|
|
*/
|
|
abstract class FWAction {
|
|
|
|
}
|