Plank\Mediable\SourceAdapters\FileAdapter::__construct PHP Méthode

__construct() public méthode

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