12 lines
No EOL
127 B
PHP
12 lines
No EOL
127 B
PHP
<?php
|
|
|
|
namespace Plugins\Demo;
|
|
|
|
class Text
|
|
{
|
|
public function getText()
|
|
{
|
|
return 'I am the twig function';
|
|
}
|
|
|
|
} |