Contao\Feed::__construct PHP Method

__construct() public method

Store the feed name (without file extension)
public __construct ( string $strName )
$strName string The feed name
    public function __construct($strName)
    {
        $this->strName = $strName;
    }