Вход Регистрация
Файл: concrete5.7.5.6/concrete/vendor/concrete5/flysystem/src/PluginInterface.php
Строк: 15
<?php

namespace ConcreteFlysystem;

interface 
PluginInterface
{
    
/**
     * Get the method name
     *
     * @return  string
     */
    
public function getMethod();

    
/**
     * Set the Filesystem object
     *
     * @param  FilesystemInterface  $filesystem
     */
    
public function setFilesystem(FilesystemInterface $filesystem);
}
Онлайн: 0
Реклама