/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
luckywp-glossary
/
core
/
base
/
Upload File
HOME
<?php namespace luckywp\glossary\core\base; interface ViewContextInterface { /** * @param string $view * @return array */ public function getViewFiles($view); }