MyBuilder\Cronos\Formatter\Comment::__construct PHP Method

__construct() public method

public __construct ( string $comment )
$comment string
    public function __construct($comment)
    {
        $this->comment = $comment;
    }