Plank\Mediable\SourceAdapters\FileAdapter::__construct PHP Method

__construct() public method

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