App\FieldSkins\Category\DefaultSkin::getPath PHP Méthode

getPath() public méthode

get view file directory path
public getPath ( ) : string
Résultat string
    public function getPath()
    {
        return 'dynamicField/category/default';
    }

Usage Example

 public function show(array $args)
 {
     $this->path = parent::getPath();
     return parent::show($args);
 }