JamesMoss\Flywheel\Formatter\Markdown::__construct PHP Méthode

__construct() public méthode

public __construct ( $contentFieldName = 'body' )
    public function __construct($contentFieldName = 'body')
    {
        $this->contentFieldName = $contentFieldName;
    }