Dmyers\Storage\Adapter\Base::type PHP 메소드

type() 추상적인 공개 메소드

Get a file's type from storage.
abstract public type ( string $path ) : string
$path string The path to the file to get the type.
리턴 string
    public abstract function type($path);