9 lines
No EOL
111 B
PHP
9 lines
No EOL
111 B
PHP
<?php
|
|
|
|
namespace WebAppick\Attributes;
|
|
|
|
interface AttributeInterface{
|
|
|
|
public function get_value($post);
|
|
|
|
} |