17 lines
131 B
PHP
17 lines
131 B
PHP
<?php
|
|
|
|
class Codepromo_action {
|
|
|
|
function __construct(){
|
|
|
|
|
|
}
|
|
|
|
public static function appliquer($arg){
|
|
|
|
|
|
}
|
|
}
|
|
|
|
?>
|