Latte\Runtime\FilterInfo::__construct PHP Method

__construct() public method

public __construct ( $contentType = NULL )
    public function __construct($contentType = NULL)
    {
        $this->contentType = $contentType;
    }
FilterInfo