PiPHP\GPIO\Pin\Pin::getFile PHP Метод

getFile() приватный Метод

Get the path of the import or export file.
private getFile ( string $file ) : string
$file string The type of file (import/export)
Результат string The file path
    private function getFile($file)
    {
        return self::GPIO_PATH . $file;
    }