Arkade\S3\Model\MediaStorage\File\Storage\Directory\Database\Plugin::aroundCreateRecursive PHP Метод

aroundCreateRecursive() публичный Метод

public aroundCreateRecursive ( $subject, $proceed, $path )
    public function aroundCreateRecursive($subject, $proceed, $path)
    {
        if ($this->helper->checkS3Usage()) {
            return $this;
        }
        return $proceed($path);
    }