10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
<?php
|
|
/*$License$*/
|
|
|
|
|
|
/*
|
|
* Example plugin.
|
|
*/
|
|
class PermissionListFactoryPlugin extends PermissionListFactory {
|
|
}
|