typemill/plugins/demo/Text.php
2023-12-04 15:29:21 +01:00

12 lines
No EOL
127 B
PHP

<?php
namespace Plugins\Demo;
class Text
{
public function getText()
{
return 'I am the twig function';
}
}