PAMI\Message\Message::__construct PHP Method

__construct() public method

Constructor.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->lines = array();
        $this->variables = array();
        $this->keys = array();
        $this->createdDate = time();
    }