b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetPathTrait.php

<?php

namespace Nextend\Framework\Pattern;

use ReflectionClass;

trait GetPathTrait {

    public static function getPath() {

        $reflection = new ReflectionClass(static::class);

        return dirname($reflection->getFileName());
    }
}

Copyright © 2019 by b0y-101