Jarves\ContentTypes\ContentTypes::addType PHP Method

addType() public method

public addType ( string $type, AbstractType $contentType )
$type string
$contentType AbstractType
    public function addType($type, $contentType)
    {
        $this->types[$type] = $contentType;
    }
ContentTypes