Plank\Mediable\SourceAdapters\FileAdapter::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( File $source )
$source Symfony\Component\HttpFoundation\File\File
    public function __construct(File $source)
    {
        $this->source = $source;
    }