rcrowe\Hippy\Message::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $notify = false, $background_color = self::BACKGROUND_YELLOW )
    public function __construct($notify = false, $background_color = self::BACKGROUND_YELLOW)
    {
        // Use constant for the color
        $this->notification = $notify;
        $this->background_color = $background_color;
    }